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

28 lines
559 B
Makefile
Raw Normal View History

# 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>