1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/emulators/p5-Acme-6502/Makefile
2012-12-10 19:09:33 +00:00

27 lines
555 B
Makefile

# New ports collection makefile for: p5-Acme-6502
# Date created: 2012-07-03
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Acme-6502
PORTVERSION= 0.77
CATEGORIES= emulators perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Pure Perl 65C02 simulator
RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-version>=0.98:${PORTSDIR}/devel/p5-version
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Acme::6502.3 \
Acme::6502::Tube.3
.include <bsd.port.mk>