Files
ports/devel/p5-Module-Build-Parse-Yapp/Makefile
Wen Heping 5bbebfc3eb devel/p5-Module-Build-Parse-Yapp: New port
Module::Build::Parse::Yapp is a subclass of Module::Build made
to build Parse::Yapp parsers from the source. Thus, prebuilt
parsers do not have to be included in the source distribution.
2025-02-04 07:47:20 +00:00

22 lines
427 B
Makefile

PORTNAME= Module-Build-Parse-Yapp
PORTVERSION= 0.1.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Build Parse::Yapp parsers from source
WWW= https://metacpan.org/release/Module-Build-Parse-Yapp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>