mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6ddbb15911
2: add depends to perl5. Approved by: portmgr@
18 lines
332 B
Makefile
18 lines
332 B
Makefile
# Created by: roam@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnarr
|
|
PORTVERSION= 3
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.volny.cz/nakamura/gnarr/
|
|
|
|
MAINTAINER= daniel.ryslink@dialtelecom.cz
|
|
COMMENT= Program for generating battle cries
|
|
|
|
NO_BUILD= yes
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= gnarr
|
|
|
|
.include <bsd.port.mk>
|