freebsd-ports/devel/p5-Proc-Pidfile/Makefile
2021-10-07 15:59:07 +08:00

17 lines
311 B
Makefile

PORTNAME= Proc-Pidfile
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to manage .pid file for current process
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>