diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Heap-Simple-Perl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Heap-Simple-Perl/Makefile b/devel/p5-Heap-Simple-Perl/Makefile index e54a3dd2bd7c..b3ed5c540468 100644 --- a/devel/p5-Heap-Simple-Perl/Makefile +++ b/devel/p5-Heap-Simple-Perl/Makefile @@ -7,14 +7,17 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A pure perl implementation of the Heap::Simple interface +MAINTAINER= 5u623l20@gmail.com +COMMENT= Pure perl implementation of the Heap::Simple interface + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-Heap-Simple>=0:${PORTSDIR}/devel/p5-Heap-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS+= -n +CONFIGURE_ARGS= -n .include <bsd.port.mk> |