mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
19 lines
327 B
Makefile
19 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Haml
|
|
PORTVERSION= 0.990114
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for Haml parser
|
|
|
|
RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|