blob: 53231b59c6557cc40a2002939c532a78348ffe42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= App-Options
PORTVERSION= 1.12
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Combine command line options, environment vars, and option file values
WWW= https://metacpan.org/release/App-Options
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= bin/*
NO_ARCH= yes
.include <bsd.port.mk>
|