aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 16:14:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-10-28 16:14:05 +0000
commitf47bcd02e844de1a68dbdf72694cb8990c99b539 (patch)
treea2558d157c40ff45f551f84f8c2bd2f0c57ce6dd /textproc
parent3ae2a5543ae1be7cb8832c139ce8fb1302f47e31 (diff)
downloadports-f47bcd02e844de1a68dbdf72694cb8990c99b539.tar.gz
ports-f47bcd02e844de1a68dbdf72694cb8990c99b539.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-CSS-Simple/Makefile29
-rw-r--r--textproc/p5-CSS-Simple/distinfo3
-rw-r--r--textproc/p5-CSS-Simple/pkg-descr4
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ccb217a3561a..071be1f87047 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -434,6 +434,7 @@
SUBDIR += p5-CSS-Croco
SUBDIR += p5-CSS-Minifier-XS
SUBDIR += p5-CSS-SAC
+ SUBDIR += p5-CSS-Simple
SUBDIR += p5-CSS-Squish
SUBDIR += p5-CSS-Tiny
SUBDIR += p5-Chess-PGN-Parse
diff --git a/textproc/p5-CSS-Simple/Makefile b/textproc/p5-CSS-Simple/Makefile
new file mode 100644
index 000000000000..9692c8e879c9
--- /dev/null
+++ b/textproc/p5-CSS-Simple/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-CSS-Simple
+# Date created: Thu Oct 28 09:56:23 EDT 2010
+# Whom: Vivek Khera <vivek@khera.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CSS-Simple
+PORTVERSION= 2874
+CATEGORIES= textproc www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vivek@khera.org
+COMMENT= Interface through which to read/write/manipulate CSS files
+
+BUILD_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
+RUN_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
+
+PERL_CONFIGURE= yes
+
+MAN3= CSS::Simple.3
+PLIST_FILES= %%SITE_PERL%%/CSS/Simple.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple/.packlist
+PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Simple \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS \
+ %%SITE_PERL%%/CSS
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-CSS-Simple/distinfo b/textproc/p5-CSS-Simple/distinfo
new file mode 100644
index 000000000000..f6c6eee54c5c
--- /dev/null
+++ b/textproc/p5-CSS-Simple/distinfo
@@ -0,0 +1,3 @@
+MD5 (CSS-Simple-2874.tar.gz) = 39b6c559c38e73b1805292546124cc59
+SHA256 (CSS-Simple-2874.tar.gz) = eaae6eec947a135da9beae527d406130cb02df32b446cb6e3611600c83111fcc
+SIZE (CSS-Simple-2874.tar.gz) = 6376
diff --git a/textproc/p5-CSS-Simple/pkg-descr b/textproc/p5-CSS-Simple/pkg-descr
new file mode 100644
index 000000000000..88295cd81826
--- /dev/null
+++ b/textproc/p5-CSS-Simple/pkg-descr
@@ -0,0 +1,4 @@
+CSS::Simple is an interface through which to read/write/manipulate CSS
+files while respecting the cascade order.
+
+WWW: http://search.cpan.org/dist/CSS-Simple