aboutsummaryrefslogtreecommitdiffstats
path: root/games/p5-Acme-GuessNumber/Makefile
blob: 0e6539843b87ee20ac454a93b92d3dc60bb7f269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: chinsan
# $FreeBSD$

PORTNAME=   Acme-GuessNumber
PORTVERSION=    0.04
PORTREVISION=   1
CATEGORIES= games perl5
MASTER_SITES=   CPAN/Locale/IMACAT
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Automatic number guessing game robot

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>