mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
28 lines
630 B
Makefile
28 lines
630 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= perl@FreeBSD.org
|
|
COMMENT= Markup as Perl
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|