From 86da95d9ee17a55c7958a78fbd0abe85fc4f91f5 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Mar 2015 19:55:25 +0000 Subject: [PATCH] - Fix *_DEPENDS: version is already in all supported Perl releases - Add LICENSE [1] - Use single space after WWW: - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl --- emulators/p5-Acme-6502/Makefile | 8 +++++--- emulators/p5-Acme-6502/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/emulators/p5-Acme-6502/Makefile b/emulators/p5-Acme-6502/Makefile index ad8cd8f8ac87..ec75af12b18a 100644 --- a/emulators/p5-Acme-6502/Makefile +++ b/emulators/p5-Acme-6502/Makefile @@ -3,7 +3,7 @@ PORTNAME= Acme-6502 PORTVERSION= 0.77 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,10 @@ 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 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 diff --git a/emulators/p5-Acme-6502/pkg-descr b/emulators/p5-Acme-6502/pkg-descr index a96ac4694a9f..669ed2d0f1e1 100644 --- a/emulators/p5-Acme-6502/pkg-descr +++ b/emulators/p5-Acme-6502/pkg-descr @@ -3,4 +3,4 @@ have to support. How bad could it be? COBOL? Fortran? Worse: it's an embedded 6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502 emulator that works so well the squirrels will never know the difference. -WWW: http://search.cpan.org/dist/Acme-6502/ +WWW: http://search.cpan.org/dist/Acme-6502/