9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# Created by: andrey@kostenko.name
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CSS-Croco
|
|
PORTVERSION= 0.09
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Quick CSS parser
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-URI>=0:net/p5-URI
|
|
LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco
|
|
|
|
USES= perl5 pkgconfig
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|