mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Silence post-patch: message - Sort PLIST - Reformat pkg-descr
This commit is contained in:
parent
bed42432a6
commit
98a41da7cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360979
@ -11,13 +11,16 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Pid File Manipulation
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-patch:
|
||||
${RM} ${WRKSRC}/lib/File/Pid.pm.orig
|
||||
@${RM} ${WRKSRC}/lib/File/Pid.pm.orig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,4 @@
|
||||
This software manages a pid file for you. It will create a pid file,
|
||||
query the process within to discover if it's still running, and remove
|
||||
the pid file.
|
||||
This software manages a pid file for you. It will create a pid file, query the
|
||||
process within to discover if it's still running, and remove the pid file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-Pid/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid/.packlist
|
||||
%%SITE_PERL%%/File/Pid.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid/.packlist
|
||||
%%PERL5_MAN3%%/File::Pid.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/File
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Pid
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
||||
@dirrmtry %%SITE_PERL%%/File
|
||||
|
Loading…
Reference in New Issue
Block a user