blob: 86acfe58f542739d5e5861fd5140f50d63aceb18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: p5-Acme-GuessNumber
# Date created: 2008/05/18
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Acme-GuessNumber
PORTVERSION= 0.03
CATEGORIES= games perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Locale/IMACAT
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Automatic number guessing game robot
PERL_CONFIGURE= yes
MAN3= Acme::GuessNumber.3
PLIST_FILES= %%SITE_PERL%%/Acme/GuessNumber.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Acme-GuessNumber \
%%SITE_PERL%%/Acme
.include <bsd.port.mk>
|