diff options
author | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
commit | 1407e95251635a835c8e1f4eb2e42b931c95f6bc (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /games/cowsay | |
parent | f8b9d36c914c82d7b80560d88765d1d87b6611fc (diff) | |
download | freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.gz freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.zst freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'games/cowsay')
-rw-r--r-- | games/cowsay/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 40a6d1d8a822..f68e0befbdf6 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cowsay -# Date created: 01 Sep 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# +# Created by: Kris Kennaway <kris@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cowsay PORTVERSION= 3.03 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.nog.net/~tony/warez/ MAINTAINER= wxs@FreeBSD.org COMMENT= Configurable talking characters in ASCII art -USE_PERL5= yes +USES= perl5 NO_BUILD= # defined |