1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Respect LOCALBASE
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-13 18:30:20 +00:00
parent 0515b26fdf
commit a6b7c72ea4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364797
2 changed files with 6 additions and 3 deletions

View File

@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl extension for CSS minification
USES= perl5
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/env perl
# Copyright (c) 2012, Gea-Suan Lin
# All rights reserved.