mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
23 lines
380 B
Makefile
23 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Haml
|
|
PORTVERSION= 0.990109
|
|
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= configure
|
|
|
|
MAN3= Text::Haml.3 \
|
|
Text::README.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|