diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-29 22:14:14 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-29 22:14:14 +0000 |
commit | f86ab0b4697be80932f051a831ef42227a3f9d19 (patch) | |
tree | 6f8bd38c64aabba84d60486816abdd3bc2549669 /lang/p5-Error/Makefile | |
parent | ca30e1ad29b038365ab50c160c328e42fc79d73a (diff) |
Notes
Diffstat (limited to 'lang/p5-Error/Makefile')
-rw-r--r-- | lang/p5-Error/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/p5-Error/Makefile b/lang/p5-Error/Makefile index 4859236b63b1..54405b6fb6fc 100644 --- a/lang/p5-Error/Makefile +++ b/lang/p5-Error/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Error -PORTVERSION= 0.17026 +PORTVERSION= 0.17027 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,11 @@ COMMENT= Error/exception handling in object-oriented programming style LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |