freebsd-ports/textproc/p5-HTML-Tiny/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

19 lines
337 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= HTML-Tiny
PORTVERSION= 1.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ANDYA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight, dependency free HTML/XML generation
MAN3= HTML::Tiny.3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>