svn commit: r444670 - head/devel/p5-AnyEvent-Worker
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 29 19:13:35 UTC 2017
Author: sunpoet
Date: Thu Jun 29 19:13:34 2017
New Revision: 444670
URL: https://svnweb.freebsd.org/changeset/ports/444670
Log:
Remove Perl core modules
- While I'm here:
- Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
Modified:
head/devel/p5-AnyEvent-Worker/Makefile
Modified: head/devel/p5-AnyEvent-Worker/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Worker/Makefile Thu Jun 29 19:13:29 2017 (r444669)
+++ head/devel/p5-AnyEvent-Worker/Makefile Thu Jun 29 19:13:34 2017 (r444670)
@@ -3,7 +3,7 @@
PORTNAME= AnyEvent-Worker
PORTVERSION= 0.06
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,14 +11,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= anes at anes.su
COMMENT= Manage blocking task in external process
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-AnyEvent>=5:devel/p5-AnyEvent \
- p5-Storable>=0:devel/p5-Storable \
p5-common-sense>=2:devel/p5-common-sense \
p5-Test-NoWarnings>=1.03:devel/p5-Test-NoWarnings \
p5-Test-TCP>=0.14:devel/p5-Test-TCP \
p5-lib-abs>=0.90:devel/p5-lib-abs
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
More information about the svn-ports-all
mailing list