mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
469 B
Makefile
26 lines
469 B
Makefile
# 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>
|