blob: 275e58e315609b667f48175f25036e6c0c46a664 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Igor Vinokurov <igor@zynaps.ru>
# $FreeBSD$
PORTNAME= AppConfig
PORTVERSION= 1.66
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A Perl module for reading configuration files
USES= perl5
USE_PERL5= configure
MAN3= AppConfig.3 \
AppConfig::Args.3 \
AppConfig::CGI.3 \
AppConfig::File.3 \
AppConfig::Getopt.3 \
AppConfig::State.3 \
AppConfig::Sys.3
NO_STAGE= yes
.include <bsd.port.mk>
|