mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f5576f8ac6
BBS. PR: ports/102308 Submitted by: Gea-Suan Lin <gslin at gslin.org>
31 lines
717 B
Makefile
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>
|