c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
27 lines
697 B
Makefile
27 lines
697 B
Makefile
# New ports collection makefile for: p5-MouseX-ConfigFromFile
|
|
# Date created: 2009-04-22
|
|
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MouseX-ConfigFromFile
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MASAKI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= markun@onohara.to
|
|
COMMENT= An abstract Mouse role for setting attributes from a configfile
|
|
|
|
BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
|
|
p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Mouse \
|
|
p5-MouseX-Types-Path-Class>=0.05:${PORTSDIR}/devel/p5-MouseX-Types-Path-Class
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= MouseX::ConfigFromFile.3
|
|
|
|
.include <bsd.port.mk>
|