1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/p5-Acme-GuessNumber/Makefile

18 lines
311 B
Makefile
Raw Normal View History

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