1998-05-04 17:11:40 +02:00
|
|
|
# New ports collection makefile for: p5-Gateway
|
|
|
|
# Date created: January 2, 1998
|
2000-05-21 13:52:06 +02:00
|
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
1998-05-04 17:11:40 +02:00
|
|
|
#
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1998-05-04 17:11:40 +02:00
|
|
|
#
|
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PORTNAME= Gateway
|
|
|
|
PORTVERSION= 0.42
|
|
|
|
CATEGORIES= news perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
1998-05-04 17:11:40 +02:00
|
|
|
MASTER_SITE_SUBDIR= News
|
2001-03-01 07:39:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
1998-05-04 17:11:40 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
MAINTAINER= croyle@gelemna.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Robomoderation and mail to news gatewaying toolkit
|
1998-05-04 17:11:40 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article
|
1998-05-04 17:11:40 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1998-05-04 17:11:40 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
MAN3= News::Gateway.3
|
1998-05-04 17:11:40 +02:00
|
|
|
|
2000-05-21 14:10:44 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/Gateway
|
|
|
|
.for file in listgate listgate.m4 listgate.readme raccmod raccpost racrmod
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/Gateway
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
1998-05-04 17:11:40 +02:00
|
|
|
.include <bsd.port.mk>
|