diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-05 17:55:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-05 17:55:51 +0000 |
commit | 378e30db2eade58a855cea233c1f9572a230a6e9 (patch) | |
tree | 1e53a5cd45e97270ec4dd6e5c7040e1a2e13d184 /textproc/p5-Hash-Merge/Makefile | |
parent | e9024e8ce2de1b905e6651688e1c12a6e93b2300 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Hash-Merge/Makefile')
-rw-r--r-- | textproc/p5-Hash-Merge/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Hash-Merge/Makefile b/textproc/p5-Hash-Merge/Makefile index 014a9806b8e9..ba4242f551e4 100644 --- a/textproc/p5-Hash-Merge/Makefile +++ b/textproc/p5-Hash-Merge/Makefile @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= Hash-Merge -PORTVERSION= 0.12 +PORTVERSION= 0.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION}0 MAINTAINER= perl@FreeBSD.org COMMENT= Merges hashes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} -MAN3= Hash::Merge.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> |