freebsd-ports/games/p5-Acme-GuessNumber/Makefile

18 lines
307 B
Makefile
Raw Normal View History

# Created by: chinsan
2008-05-18 19:49:12 +02:00
# $FreeBSD$
PORTNAME= Acme-GuessNumber
PORTVERSION= 0.04
PORTREVISION= 1
2008-05-18 19:49:12 +02:00
CATEGORIES= games perl5
MASTER_SITES= CPAN/Locale/IMACAT
2008-05-18 19:49:12 +02:00
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2008-05-18 19:49:12 +02:00
COMMENT= Automatic number guessing game robot
USES= perl5
USE_PERL5= configure
2008-05-18 19:49:12 +02:00
.include <bsd.port.mk>