freebsd-ports/devel/p5-Proc-Simple/Makefile

19 lines
358 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Proc-Simple
PORTVERSION= 1.31
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module to launch and control background processes
USES= perl5
USE_PERL5= configure
MAN3= Proc::Simple.3
NO_STAGE= yes
.include <bsd.port.mk>