diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:33 +0000 |
commit | fe68347fe871931c3acfb4fba39feb881a69e4f6 (patch) | |
tree | 5a257b5a09acb093d140618ff88ec2f34c91ba3c /devel | |
parent | 002e0c3fa183f202cedcfb99804793ddd7498ac0 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Form-Sensible/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/p5-Form-Sensible/Makefile b/devel/p5-Form-Sensible/Makefile index e323d26f9583..c92c1ad2189e 100644 --- a/devel/p5-Form-Sensible/Makefile +++ b/devel/p5-Form-Sensible/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Form-Sensible -PORTVERSION= 0.20.023 -PORTREVISION= 1 +PORTVERSION= 0.20023 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 @@ -27,7 +25,4 @@ 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> |