aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-07-07 02:49:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-07-07 02:49:07 +0800
commit468c5d52f37068ecae31eac3e5312718dbbf9d83 (patch)
treeec8d2aa581205241ca2634024b2799f729a99e92 /devel
parent2c12d7598874d7caf38d56c0e035aaf8184b7cd5 (diff)
downloadfreebsd-ports-gnome-468c5d52f37068ecae31eac3e5312718dbbf9d83.tar.gz
freebsd-ports-gnome-468c5d52f37068ecae31eac3e5312718dbbf9d83.tar.zst
freebsd-ports-gnome-468c5d52f37068ecae31eac3e5312718dbbf9d83.zip
- Add LICENSE
- Add BUILD_DEPENDS - Fix .packlist path - Sort PLIST - Bump PORTREVISION for package change
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-App-Trace/Makefile12
-rw-r--r--devel/p5-App-Trace/pkg-plist5
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/p5-App-Trace/Makefile b/devel/p5-App-Trace/Makefile
index e536dfb07114..020a15e30f1b 100644
--- a/devel/p5-App-Trace/Makefile
+++ b/devel/p5-App-Trace/Makefile
@@ -3,6 +3,7 @@
PORTNAME= App-Trace
PORTVERSION= 0.50
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,9 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Embedded debug statements, including call/return tracing
-RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
+
+post-patch:
+ @${REINPLACE_CMD} -e '/NAME/ s|App-Trace|App::Trace|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
diff --git a/devel/p5-App-Trace/pkg-plist b/devel/p5-App-Trace/pkg-plist
index 66508c073596..c7caa3b9471c 100644
--- a/devel/p5-App-Trace/pkg-plist
+++ b/devel/p5-App-Trace/pkg-plist
@@ -1,5 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Trace/.packlist
%%SITE_PERL%%/App/Trace.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Trace/.packlist
%%PERL5_MAN3%%/App::Trace.3.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Trace
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
@dirrmtry %%SITE_PERL%%/App
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App-Trace