1998-05-04 15:11:40 +00:00
|
|
|
# New ports collection makefile for: p5-Gateway
|
|
|
|
# Date created: January 2, 1998
|
|
|
|
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
|
|
|
#
|
1999-08-30 14:33:04 +00:00
|
|
|
# $FreeBSD$
|
1998-05-04 15:11:40 +00:00
|
|
|
#
|
|
|
|
|
2000-04-21 07:52:25 +00:00
|
|
|
PORTNAME= Gateway
|
|
|
|
PORTVERSION= 0.42
|
1998-05-04 15:11:40 +00:00
|
|
|
CATEGORIES= news perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= News
|
2000-04-21 07:52:25 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
1998-05-04 15:11:40 +00:00
|
|
|
|
|
|
|
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
|
|
|
|
2000-04-21 07:52:25 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
|
1998-05-04 15:11:40 +00:00
|
|
|
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
MAN3= News::Gateway.3
|
1998-08-16 19:47:06 +00:00
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
1998-05-04 15:11:40 +00:00
|
|
|
|
|
|
|
do-configure:
|
1998-09-15 21:31:59 +00:00
|
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
1998-05-04 15:11:40 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|