1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/p5-BBS-UserInfo-Maple3/Makefile
Cheng-Lung Sung f5576f8ac6 Add p5-BBS-UserInfo-Maple3 0.01, get user information of Maple3-style
BBS.

PR:		ports/102308
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-22 09:29:43 +00:00

31 lines
717 B
Makefile

# New ports collection makefile for: p5-BBS-UserInfo-Maple3
# Date created: 2006-08-20
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= BBS-UserInfo-Maple3
PORTVERSION= 0.01
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/G/GS/GSLIN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Get user information of Maple3-style BBS
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
PERL_CONFIGURE= yes
MAN3= BBS::UserInfo::Maple3.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # Inherhited from lang/p5-Expect
IGNORE= requires Perl 5.8.0 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>