diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:36:43 +0000 |
commit | 950fd3cbc2b1f6df975387bf3a364dc1d20e7d58 (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /games/asciiquarium/Makefile | |
parent | 72185e5fb2229800490e58850811d57db1039664 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326956
Diffstat (limited to 'games/asciiquarium/Makefile')
-rw-r--r-- | games/asciiquarium/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile index 7780806f0b0e..0eb88c16ec55 100644 --- a/games/asciiquarium/Makefile +++ b/games/asciiquarium/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asciiquarium -# Date created: 16 Sep 2005 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asciiquarium PORTVERSION= 1.0 @@ -18,7 +14,7 @@ RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/asciiquarium do-install: |