diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-22 10:17:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-22 10:17:27 +0000 |
commit | 0ab404510d1c08375afdb7842ca5a2d635ccd116 (patch) | |
tree | 055b348a3f1ba0eb73060b3537fc629fee56722f /www/p5-HTML-Seamstress | |
parent | 32330b24dcd3b16cf509d962815a3ff5591bae36 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-Seamstress')
-rw-r--r-- | www/p5-HTML-Seamstress/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-HTML-Seamstress/Makefile b/www/p5-HTML-Seamstress/Makefile index e7bc8be443c3..e8540c2978eb 100644 --- a/www/p5-HTML-Seamstress/Makefile +++ b/www/p5-HTML-Seamstress/Makefile @@ -3,7 +3,7 @@ PORTNAME= HTML-Seamstress PORTVERSION= 5.0h -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +19,9 @@ BUILD_DEPENDS= p5-Class-Prototyped>=0:${PORTSDIR}/devel/p5-Class-Prototyped \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/HTML/Seamstress/tt.pl \ + sbase.pl spkg.pl USE_PERL5= configure .include <bsd.port.mk> |