diff options
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r-- | textproc/p5-YAML/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 46c41c615061..edcd252a1a9d 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= YAML -PORTVERSION= 1.14 +PORTVERSION= 1.24 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,10 +11,13 @@ COMMENT= YAML implementation in Perl LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-YAML>=1.05:devel/p5-Test-YAML USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |