1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Add LICENSE

- Add TEST_DEPENDS
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-26 03:07:29 +00:00
parent af92649a59
commit b04dff111f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316560
2 changed files with 11 additions and 15 deletions

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: CSS-Minifier-XS
# Date created: 18 Jul 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
#
PORTNAME= CSS-Minifier-XS
PORTVERSION= 0.08
@ -14,14 +10,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= XS based CSS minifier
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-CSS-Minifier>=0:${PORTSDIR}/textproc/p5-CSS-Minifier \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= CSS::Minifier::XS.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-Module-Build>=0.3500:${PORTSDIR}/devel/p5-Module-Build
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,5 +1,4 @@
CSS::Minifier::XS is a CSS "minifier"; its designed to remove
un-necessary whitespace and comments from CSS files, while also not
breaking the CSS.
CSS::Minifier::XS is a CSS "minifier"; its designed to remove unnecessary
whitespace and comments from CSS files, while also not breaking the CSS.
WWW: http://search.cpan.org/dist/CSS-Minifier-XS/