freebsd-ports/devel/p5-Proc-Reliable/Makefile
Michael Landin 919cfa106d Update to 1.13
PR:		52762
Submitted by:	maintainer
Approved by:	roberto (mentor)
2003-06-06 23:30:35 +00:00

22 lines
458 B
Makefile

# New ports collection makefile for: Proc::Reliable
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Proc-Reliable
PORTVERSION= 1.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
COMMENT= Run external processes reliably with many options
PERL_CONFIGURE= yes
MAN3= Proc::Reliable.3
.include <bsd.port.mk>