blob: 0fb7b40b2f9f87bf10c70e5a226d93726c11ef6a (
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
26
27
28
29
|
# New ports collection makefile for: p5-AppConfig
# Date created: 23 October 1999
# Whom: Igor Vinokurov <igor@zynaps.ru>
#
# $FreeBSD$
#
PORTNAME= AppConfig
PORTVERSION= 1.52
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= App/ABW
PKGNAMEPREFIX= p5-
MAINTAINER= igor@zynaps.ru
COMMENT= A Perl module for reading configuration files
PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AppConfig.3 \
AppConfig::Sys.3 \
AppConfig::File.3 \
AppConfig::State.3 \
AppConfig::Getopt.3 \
AppConfig::Args.3
.include <bsd.port.mk>
|