cf60c9733a
- 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)
21 lines
446 B
Makefile
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>
|