freebsd-ports/devel/p5-Config-General/Makefile
Frederic Culot cf60c9733a - Update to 2.52
- Add LICENSE (Artistic 1 & GPL 1)
- Trim Makefile's header

Changes:	http://search.cpan.org/dist/Config-General/Changelog
Approved by:	jadawin@ (implicit, on holidays)
2013-07-04 14:20:37 +00:00

21 lines
446 B
Makefile

# Created by: Sheldon Hearn <sheldonh@FreeBSD.org>
# $FreeBSD$
PORTNAME= Config-General
PORTVERSION= 2.52
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Perl5 module for handling Apache-style configuration files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= YES
MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
Config::General.3
.include <bsd.port.mk>