freebsd-ports/devel/p5-Form-Sensible/Makefile
Sunpoet Po-Chuan Hsieh 0e3b7988b9 - Support STAGEDIR
2013-09-30 20:03:35 +00:00

32 lines
1 KiB
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Form-Sensible
PORTVERSION= 0.20.023
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sensible way to handle form based user interface
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-Natural>=0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \
p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set \
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
post-extract:
@${RM} ${WRKSRC}/lib/Form/Sensible/Renderer/HTML/RenderedForm.pm.orig
#post-patch:
# @${REINPLACE_CMD} -e 's|Form-Sensible|Form::Sensible|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>