blob: 70f83e64ee8c7c4c721c4d1ffb260e81eb3a2b0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= Proc-Simple
PORTVERSION= 1.31
PORTREVISION= 1
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
.include <bsd.port.mk>
|