diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-03 16:28:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-03 16:28:49 +0000 |
commit | 519ef1e3f8090643501600afcb0cd200b8b99bb0 (patch) | |
tree | 9947425918e8817f27ad2842b794bf7bbaa9d561 /devel | |
parent | b796cb947d03ea6b7c930ea28770795f83be65f6 (diff) | |
download | ports-519ef1e3f8090643501600afcb0cd200b8b99bb0.tar.gz ports-519ef1e3f8090643501600afcb0cd200b8b99bb0.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-FSA-Rules/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-FSA-Rules/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-FSA-Rules/pkg-plist | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/devel/p5-FSA-Rules/Makefile b/devel/p5-FSA-Rules/Makefile index 5b3709ba40ea..51c3dd2243db 100644 --- a/devel/p5-FSA-Rules/Makefile +++ b/devel/p5-FSA-Rules/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FSA-Rules -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER @@ -15,10 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Build simple rules-based state machines in Perl -RUN_DEPENDS= p5-GraphViz>=2:${PORTSDIR}/graphics/p5-GraphViz \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-GraphViz>=2:${PORTSDIR}/graphics/p5-GraphViz \ p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= FSA::Rules.3 diff --git a/devel/p5-FSA-Rules/distinfo b/devel/p5-FSA-Rules/distinfo index e965341bf564..e1aeca920723 100644 --- a/devel/p5-FSA-Rules/distinfo +++ b/devel/p5-FSA-Rules/distinfo @@ -1,2 +1,2 @@ -SHA256 (FSA-Rules-0.30.tar.gz) = b958576dbad853ee102913a30df8dc3fe8234a3b762b37a243976cbf19818421 -SIZE (FSA-Rules-0.30.tar.gz) = 30314 +SHA256 (FSA-Rules-0.31.tar.gz) = c89f824f72acb6c90097b3f5184b7b06d6e8d6c4570cf9130cab3c3c9f65bc0f +SIZE (FSA-Rules-0.31.tar.gz) = 30560 diff --git a/devel/p5-FSA-Rules/pkg-plist b/devel/p5-FSA-Rules/pkg-plist index 089916f9e756..e4974aac8e03 100644 --- a/devel/p5-FSA-Rules/pkg-plist +++ b/devel/p5-FSA-Rules/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/FSA/Rules.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FSA/Rules/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FSA/Rules +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FSA @dirrmtry %%SITE_PERL%%/FSA |