blob: c723233a8476e25c966bfcdf2924967f038e3417 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= Proc-Reliable
PORTVERSION= 1.16
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Run external processes reliably with many options
USES= perl5
USE_PERL5= configure
MAN3= Proc::Reliable.3 Proc::test_intercept.3
.include <bsd.port.mk>
|