freebsd-ports/textproc/p5-Markapl/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

27 lines
634 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Markapl
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GUGOD
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Markup as Perl
LICENSE= MIT
BUILD_DEPENDS= p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \
p5-HTML-Lint>=0:www/p5-HTML-Lint \
p5-B-Hooks-EndOfScope>=0.05:devel/p5-B-Hooks-EndOfScope \
p5-String-BufferStack>=1.15:textproc/p5-String-BufferStack \
p5-Devel-Declare>=0:devel/p5-Devel-Declare
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>