1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/lang/p5-Marpa-PP/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

28 lines
586 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Marpa-PP
PORTVERSION= 0.014
DISTVERSIONSUFFIX= 000
PORTREVISION= 2
CATEGORIES= lang textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JKEGL
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure Perl version of Marpa
LICENSE= LGPL3
BUILD_DEPENDS= p5-PPI>=1.206:textproc/p5-PPI \
p5-Task-Weaken>=0:devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Weaken>=3.004000:devel/p5-Test-Weaken
NO_ARCH= yes
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>