28 lines
658 B
Makefile
28 lines
658 B
Makefile
|
# New ports collection makefile for: p5-Config-Wrest
|
||
|
# Date created: 02 April 2010
|
||
|
# Whom: John Alden + Eric Freeman <freebsdports@chillibear.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Config-Wrest
|
||
|
PORTVERSION= 1.036
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= Config
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= freebsdports@chillibear.com
|
||
|
COMMENT= Perl module for reading and writing configuration data
|
||
|
|
||
|
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
||
|
p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Config::Wrest.3 \
|
||
|
Data::Serializer::Config::Wrest.3
|
||
|
|
||
|
.include <bsd.port.mk>
|