Files
bsdports/perl/p5-Proc-PID-File/Makefile
2019-12-26 07:26:06 +00:00

18 lines
256 B
Makefile

#
# $Id$
#
PORTNAME= Proc-PID-File
PORTVERSION= 1.27
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Perl module to manage process id files
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF