diff options
Diffstat (limited to 'textproc/p5-Tree-Suffix/Makefile')
-rw-r--r-- | textproc/p5-Tree-Suffix/Makefile | 6 |
1 files changed, 3 insertions, 3 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> |