19 lines
348 B
Makefile
19 lines
348 B
Makefile
# Created by: Lars Thegler <lars@thegler.dk>
|
|
|
|
PORTNAME= Proc-PID-File
|
|
PORTVERSION= 1.29
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to manage process id files
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|