aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Asm-Preproc/Makefile
blob: 81ca6ad985cc186dc11376299f59274217d71f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Asm-Preproc
PORTVERSION=	1.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Preprocessor to be called from an assembler
WWW=		https://metacpan.org/dist/Asm-Preproc

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Class-Accessor>=0.51:devel/p5-Class-Accessor \
		p5-Data-Dump>=1.23:devel/p5-Data-Dump \
		p5-Iterator-Simple-Lookahead>=0.09:devel/p5-Iterator-Simple-Lookahead \
		p5-Text-Template>=1.55:textproc/p5-Text-Template

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>