f09fca2358
Approved by: portmgr (blanket infrastructure)
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MooseX-SimpleConfig
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Moose role for setting attributes from a simple configfile
|
|
|
|
RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-ConfigFromFile>=0.02:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile \
|
|
p5-Config-Any>=0.13:${PORTSDIR}/devel/p5-Config-Any
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/auto_install/d' -e '/Test::More/d' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|