mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
25 lines
497 B
Makefile
25 lines
497 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.19
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Read/Write .css files with as little code as possible
|
|
|
|
RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= CSS::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|