blob: 016ef301501514c589dbd4fd46672b9153dcc727 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= Process-Status
DISTVERSION= 0.010
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Provides a few simple methods to make it easier to inspect $?
WWW= https://metacpan.org/release/Process-Status
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
PLIST_FILES= ${SITE_PERL}/Process/Status.pm \
${SITE_MAN3_REL}/Process::Status.3.gz
NO_ARCH= yes
.include <bsd.port.mk>
|