mirror of https://git.FreeBSD.org/ports.git
22 lines
427 B
Makefile
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>
|