diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-05 17:27:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-05 17:27:25 +0000 |
commit | 5a10be4682924239fec00b37e2b295d85a8830aa (patch) | |
tree | 545a3139632c2462084e0d61c739aa89ee54c19f /textproc/p5-Tree-Suffix | |
parent | c6d71c84e7100d279631273e15cbe1f9125cccc8 (diff) | |
download | ports-5a10be4682924239fec00b37e2b295d85a8830aa.tar.gz ports-5a10be4682924239fec00b37e2b295d85a8830aa.zip |
Notes
Diffstat (limited to 'textproc/p5-Tree-Suffix')
-rw-r--r-- | textproc/p5-Tree-Suffix/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Tree-Suffix/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Tree-Suffix/Makefile b/textproc/p5-Tree-Suffix/Makefile index 2f9dcb49f837..68b28c3076b0 100644 --- a/textproc/p5-Tree-Suffix/Makefile +++ b/textproc/p5-Tree-Suffix/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the libstree library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib LIB_DEPENDS= libstree.so:${PORTSDIR}/textproc/libstree @@ -17,7 +20,4 @@ USES= perl5 USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include -post-patch: - ${RM} -rf ${WRKSRC}/inc - .include <bsd.port.mk> diff --git a/textproc/p5-Tree-Suffix/pkg-plist b/textproc/p5-Tree-Suffix/pkg-plist index e42f52506c5d..e30b6ed302b4 100644 --- a/textproc/p5-Tree-Suffix/pkg-plist +++ b/textproc/p5-Tree-Suffix/pkg-plist @@ -1,3 +1,3 @@ -%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so %%SITE_ARCH%%/Tree/Suffix.pm +%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so %%PERL5_MAN3%%/Tree::Suffix.3.gz |