1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/p5-Config-INI/Makefile
Martin Wilke 798d997fe2 Simple .ini files emitter and parser for Perl.
WWW:	http://search.cpan.org/dist/Config-INI/

PR:		ports/132496
Submitted by:	bapt <baptiste.daroussin at gmail.com>
2009-03-12 16:52:33 +00:00

37 lines
973 B
Makefile

# New ports collection makefile for: p5-Config-INI
# Date created: 2009-03-10
# Whom: bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Config-INI
PORTVERSION= 0.014
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= baptiste.daroussin@gmail.com
COMMENT= Simple .ini files emitter and parser for Perl
BUILD_DEPENDS= ${SITE_PERL}/Mixin/Linewise/Readers.pm:${PORTSDIR}/devel/p5-Mixin-Linewise
RUN_DEPENDS+= ${SITE_PERL}/Mixin/Linewise/Readers.pm:${PORTSDIR}/devel/p5-Mixin-Linewise
PERL_CONFIGURE= yes
MAN3= Config::INI.3 \
Config::INI::Reader.3 \
Config::INI::Writer.3
PLIST_FILES= %%SITE_PERL%%/Config/INI.pm \
%%SITE_PERL%%/Config/INI/Reader.pm \
%%SITE_PERL%%/Config/INI/Writer.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI/.packlist
PLIST_DIRS= %%SITE_PERL%%/Config/INI \
%%SITE_PERL%%/Config \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/INI \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config
.include <bsd.port.mk>