freebsd-ports/textproc/p5-CSS-Tiny/Makefile
Vanilla I. Shu 3e6ef0efc6 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>
2003-11-15 09:31:16 +00:00

21 lines
468 B
Makefile

# 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>