mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Add p5-CSS-Packer 1.002
CSS::Packer is another CSS minifier. WWW: http://search.cpan.org/dist/CSS-Packer/ http://github.com/nevesenin/css-packer-perl
This commit is contained in:
parent
2d2ed66af3
commit
c7bab4a1b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278197
@ -464,6 +464,7 @@
|
||||
SUBDIR += p5-CSS
|
||||
SUBDIR += p5-CSS-Croco
|
||||
SUBDIR += p5-CSS-Minifier-XS
|
||||
SUBDIR += p5-CSS-Packer
|
||||
SUBDIR += p5-CSS-SAC
|
||||
SUBDIR += p5-CSS-Simple
|
||||
SUBDIR += p5-CSS-Squish
|
||||
|
23
textproc/p5-CSS-Packer/Makefile
Normal file
23
textproc/p5-CSS-Packer/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-CSS-Packer
|
||||
# Date created: 2011-07-23
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CSS-Packer
|
||||
PORTVERSION= 1.002
|
||||
CATEGORIES= textproc www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Another CSS minifier
|
||||
|
||||
RUN_DEPENDS= p5-Regexp-RegGrp>=1.001.001:${PORTSDIR}/devel/p5-Regexp-RegGrp
|
||||
|
||||
PERL_CONFIGURE= 5.8.9+
|
||||
|
||||
MAN3= CSS::Packer.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-CSS-Packer/distinfo
Normal file
2
textproc/p5-CSS-Packer/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (CSS-Packer-1.002.tar.gz) = 7ed77da13e9676e149cd44d369c889ec1b5ae4960d3131ed3c1a33e37eb19910
|
||||
SIZE (CSS-Packer-1.002.tar.gz) = 32367
|
4
textproc/p5-CSS-Packer/pkg-descr
Normal file
4
textproc/p5-CSS-Packer/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
CSS::Packer is another CSS minifier.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CSS-Packer/
|
||||
http://github.com/nevesenin/css-packer-perl
|
5
textproc/p5-CSS-Packer/pkg-plist
Normal file
5
textproc/p5-CSS-Packer/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/CSS/Packer.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Packer/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Packer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS
|
||||
@dirrmtry %%SITE_PERL%%/CSS
|
Loading…
Reference in New Issue
Block a user