mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
29 lines
623 B
Makefile
29 lines
623 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+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-PPI>=1.206:textproc/p5-PPI \
|
|
p5-Task-Weaken>=0:devel/p5-Task-Weaken
|
|
TEST_DEPENDS= p5-Test-Weaken>=3.004000:devel/p5-Test-Weaken
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= modbuild
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|