00ca886ed4
Suggested by: az With hat: perl
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# New ports collection makefile for: p5-Config-INI-Simple
|
|
# Date created: 2006-07-11
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-INI-Simple
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Simple reading and writing from an INI file
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::INI::Simple.3
|
|
|
|
.include <bsd.port.mk>
|