aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-CSS-Compressor/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-05-25 15:45:21 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-05-25 15:45:21 +0000
commit4c1730a748d5360ef93e9edf1cb8c54829067b99 (patch)
treee1f527cb611da0133dcf0aa394aa20dce2098925 /textproc/p5-CSS-Compressor/Makefile
parent7feebdcc7c15232d9c18080bb5fec201e0718431 (diff)
downloadports-4c1730a748d5360ef93e9edf1cb8c54829067b99.tar.gz
ports-4c1730a748d5360ef93e9edf1cb8c54829067b99.zip
- Add an interface script.
PR: ports/177844 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes
Notes: svn path=/head/; revision=319060
Diffstat (limited to 'textproc/p5-CSS-Compressor/Makefile')
-rw-r--r--textproc/p5-CSS-Compressor/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-CSS-Compressor/Makefile b/textproc/p5-CSS-Compressor/Makefile
index 26fcc177d895..98fd57f7a172 100644
--- a/textproc/p5-CSS-Compressor/Makefile
+++ b/textproc/p5-CSS-Compressor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= CSS-Compressor
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,6 +13,9 @@ COMMENT= Perl extension for CSS minification
PERL_CONFIGURE= yes
+post-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${PREFIX}/bin
+
MAN3= CSS::Compressor.3
.include <bsd.port.mk>