mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Fix .packlist path - Sort PLIST - Bump PORTREVISION for package change
This commit is contained in:
parent
7047b32da6
commit
d03bd2662a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360956
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user