aboutsummaryrefslogtreecommitdiff
path: root/emulators/p5-Acme-6502/Makefile
blob: 764786c175b185610f320e2e7991a53a77665b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

PORTNAME=	Acme-6502
PORTVERSION=	0.77
PORTREVISION=	2
CATEGORIES=	emulators perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Pure Perl 65C02 simulator

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Term-ReadKey>=2.30:devel/p5-Term-ReadKey

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>