diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:51:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-07 02:51:06 +0800 |
commit | e11895bd4e5ca5fd0629b74615dbdbeaa875a082 (patch) | |
tree | 94ef1bfd2e9dd0861a8d19e55465115cb47128fc /devel | |
parent | 0f9d116e13fd03d1fb438d620ca91f35a359357a (diff) | |
download | freebsd-ports-gnome-e11895bd4e5ca5fd0629b74615dbdbeaa875a082.tar.gz freebsd-ports-gnome-e11895bd4e5ca5fd0629b74615dbdbeaa875a082.tar.zst freebsd-ports-gnome-e11895bd4e5ca5fd0629b74615dbdbeaa875a082.zip |
- Add LICENSE
- Silence post-patch: message
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Pid/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-File-Pid/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-File-Pid/pkg-plist | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/p5-File-Pid/Makefile b/devel/p5-File-Pid/Makefile index f61d7c47ba25..8a473a9e1961 100644 --- a/devel/p5-File-Pid/Makefile +++ b/devel/p5-File-Pid/Makefile @@ -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> diff --git a/devel/p5-File-Pid/pkg-descr b/devel/p5-File-Pid/pkg-descr index ff6c376f0707..1f2ac1e506d4 100644 --- a/devel/p5-File-Pid/pkg-descr +++ b/devel/p5-File-Pid/pkg-descr @@ -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/ diff --git a/devel/p5-File-Pid/pkg-plist b/devel/p5-File-Pid/pkg-plist index 77bc8e140e4b..e81941336c94 100644 --- a/devel/p5-File-Pid/pkg-plist +++ b/devel/p5-File-Pid/pkg-plist @@ -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 |