mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Update to 0.03
- Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/CSS-Compressor
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CSS-Compressor
|
||||
PORTVERSION= 0.02
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@@ -14,8 +13,10 @@ COMMENT= Perl extension for CSS minification
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/csscompressor ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (CSS-Compressor-0.02.tar.gz) = f70fff44d93ef82766dfed4d1ab995f2180c45d75998e29ccac8945ac9809d31
|
||||
SIZE (CSS-Compressor-0.02.tar.gz) = 11924
|
||||
TIMESTAMP = 1543584678
|
||||
SHA256 (CSS-Compressor-0.03.tar.gz) = fa5ce397011cc68e6c9cf9bcf1d49e571978f8852db18c39cd96aab7b00c82cc
|
||||
SIZE (CSS-Compressor-0.03.tar.gz) = 18881
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
This module is an implementation of the CSS parts of Yahoo! YUIcompressor
|
||||
in Perl. It was needed to produce minified css on the fly using Perl
|
||||
based backend systems.
|
||||
This module is an implementation of the CSS parts of Yahoo! YUIcompressor in
|
||||
Perl. It was needed to produce minified css on the fly using Perl based backend
|
||||
systems.
|
||||
|
||||
WWW: https://metacpan.org/release/CSS-Compressor
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
bin/csscompressor
|
||||
%%PERL5_MAN3%%/CSS::Compressor.3.gz
|
||||
%%SITE_PERL%%/CSS/Compressor.pm
|
||||
%%PERL5_MAN3%%/CSS::Compressor.3.gz
|
||||
|
||||
Reference in New Issue
Block a user