aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-CSS-Tiny/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-11-15 09:31:16 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-11-15 09:31:16 +0000
commit3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1 (patch)
tree2dc31b086c013aea1a946a057f6efd7ea19c9c60 /textproc/p5-CSS-Tiny/Makefile
parent028965c1887bca4faa4166418ef17a3a34f0752d (diff)
downloadports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.tar.gz
ports-3e6ef0efc6bf96ab8617f2f785611ac26a91b2d1.zip
Add p5-CSS-Tiny 1.02,
read/Write .css files with as little code as possible. PR: 58780 Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
Notes
Notes: svn path=/head/; revision=93999
Diffstat (limited to 'textproc/p5-CSS-Tiny/Makefile')
-rw-r--r--textproc/p5-CSS-Tiny/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile
new file mode 100644
index 000000000000..0b98d0b3cdef
--- /dev/null
+++ b/textproc/p5-CSS-Tiny/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-CSS-Tiny
+# Date created: 2003-10-31
+# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
+#
+# $FreeBSD$
+#
+
+PORTNAME= CSS-Tiny
+PORTVERSION= 1.02
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CSS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= hansjoerg.pehofer@uibk.ac.at
+COMMENT= Read/Write .css files with as little code as possible
+
+PERL_CONFIGURE= yes
+MAN3= CSS::Tiny.3
+
+.include <bsd.port.mk>