freebsd-ports/devel/p5-MooX-File-ConfigDir/Makefile
Sunpoet Po-Chuan Hsieh dea75c4fe0 - Add p5-MooX-File-ConfigDir 0.002
MooX::File::ConfigDir is a helper for easily find configuration file locations.
Whether to use this information for find a suitable place for installing them or
looking around for finding any piece of settings, heavily depends on the
requirements.

WWW: http://search.cpan.org/dist/MooX-File-ConfigDir/
2013-12-01 17:44:55 +00:00

24 lines
583 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= MooX-File-ConfigDir
PORTVERSION= 0.002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Moo eXtension for File::ConfigDir
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-ConfigDir>=0.006:${PORTSDIR}/devel/p5-File-ConfigDir \
p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>