Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 03:07:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316560 - head/textproc/p5-CSS-Minifier-XS
Message-ID:  <201304260307.r3Q37TCp062878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Apr 26 03:07:29 2013
New Revision: 316560
URL: http://svnweb.freebsd.org/changeset/ports/316560

Log:
  - Add LICENSE
  - Add TEST_DEPENDS
  - Remove outdated PERL_LEVEL check
  - Cleanup Makefile header
  - Reformat pkg-descr

Modified:
  head/textproc/p5-CSS-Minifier-XS/Makefile   (contents, props changed)
  head/textproc/p5-CSS-Minifier-XS/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-CSS-Minifier-XS/Makefile
==============================================================================
--- head/textproc/p5-CSS-Minifier-XS/Makefile	Fri Apr 26 03:05:31 2013	(r316559)
+++ head/textproc/p5-CSS-Minifier-XS/Makefile	Fri Apr 26 03:07:29 2013	(r316560)
@@ -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
 
-PERL_CONFIGURE=	yes
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-MAN3=		CSS::Minifier::XS.3
+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
 
-.include <bsd.port.pre.mk>
+PERL_CONFIGURE=	yes
 
-.if ${PERL_LEVEL} < 501200
-BUILD_DEPENDS+=	p5-Module-Build>=0.3500:${PORTSDIR}/devel/p5-Module-Build
-.endif
+MAN3=		CSS::Minifier::XS.3
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/p5-CSS-Minifier-XS/pkg-descr
==============================================================================
--- head/textproc/p5-CSS-Minifier-XS/pkg-descr	Fri Apr 26 03:05:31 2013	(r316559)
+++ head/textproc/p5-CSS-Minifier-XS/pkg-descr	Fri Apr 26 03:07:29 2013	(r316560)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304260307.r3Q37TCp062878>