diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 15:33:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 15:33:30 +0800 |
commit | 3d993c8c47377874569abb42f9e0c63a573507a7 (patch) | |
tree | 87e8aa928afded6ca7c57e31af4e951817c8d052 /devel | |
parent | 24a42ef6a07bfbe5f14f25a1dc88922d5661a63e (diff) | |
download | freebsd-ports-gnome-3d993c8c47377874569abb42f9e0c63a573507a7.tar.gz freebsd-ports-gnome-3d993c8c47377874569abb42f9e0c63a573507a7.tar.zst freebsd-ports-gnome-3d993c8c47377874569abb42f9e0c63a573507a7.zip |
- Add LICENSE
- Remove unnecessary MASTER_SITES_SUBDIR
- Cosmetic change
- Fix WWW
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-File-Pid-Quick/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-File-Pid-Quick/pkg-descr | 2 |
2 files changed, 12 insertions, 13 deletions
diff --git a/devel/p5-File-Pid-Quick/Makefile b/devel/p5-File-Pid-Quick/Makefile index 200e0a224b50..fff9d77d1431 100644 --- a/devel/p5-File-Pid-Quick/Makefile +++ b/devel/p5-File-Pid-Quick/Makefile @@ -1,22 +1,21 @@ # Created by: Eric Freeman <freebsdports@chillibear.com> # $FreeBSD$ -PORTNAME= File-Pid-Quick -PORTVERSION= 1.02 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= File -PKGNAMEPREFIX= p5- +PORTNAME= File-Pid-Quick +PORTVERSION= 1.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Associates a PID file with your script +MAINTAINER= ports@FreeBSD.org +COMMENT= Associates a PID file with your script + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= File::Pid::Quick.3 - -regression-test: - cd ${WRKSRC} && ${MAKE} test +MAN3= File::Pid::Quick.3 .include <bsd.port.mk> diff --git a/devel/p5-File-Pid-Quick/pkg-descr b/devel/p5-File-Pid-Quick/pkg-descr index 720ce4bbb1b5..1ea5845ef6eb 100644 --- a/devel/p5-File-Pid-Quick/pkg-descr +++ b/devel/p5-File-Pid-Quick/pkg-descr @@ -9,4 +9,4 @@ interface that makes adding PID-file-based concurrency prevention to your script as quick and simple as possible; hence File::Pid::Quick. For a more nuanced implementation of PID files, please see File::Pid. -WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm +WWW: http://search.cpan.org/dist/File-Pid-Quick/ |