1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/news/p5-NNTPClient/Makefile
Ade Lovett ff874b3b39 p5-NNTPClient implements a client interface to NNTP, enabling
a Perl 5 application to talk to NNTP servers.
2000-06-01 20:14:33 +00:00

28 lines
559 B
Makefile

# New ports collection makefile for: p5-NNTPClient
# Date created: 1st June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= p5-NNTPClient
PORTVERSION= 0.36
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
DISTNAME= NNTPClient-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
USE_PERL5= YES
.include <bsd.port.pre.mk>
MAN3= News::NNTPClient.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.post.mk>