mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
919cfa106d
PR: 52762 Submitted by: maintainer Approved by: roberto (mentor)
23 lines
458 B
Makefile
23 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>
|