blob: 3f7a01a42d6f3d64f717ae6dc4e4a6e2cf620282 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= Proc-Simple
PORTVERSION= 1.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 module to launch and control background processes
WWW= https://metacpan.org/release/Proc-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|