PR: ports/147367 Approved by: cm@therek.net (maintainer) Submitted by: myself (pgollucci@) Changes: http:/search.cpan.org/dist/Config-IniFiles/Changes
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# New ports collection makefile for: p5-Config-IniFiles
|
|
# Date created: October 21st 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-IniFiles
|
|
PORTVERSION= 2.58
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Perl5 module for reading .ini-style configuration files
|
|
|
|
MAN3= Config::IniFiles.3
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
.include <bsd.port.mk>
|