blob: 8e8e10cf4df8148a82717c585faea3a684c84167 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# New ports collection makefile for: p5-NewsLib
# Date created: 13 November 2004
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= NewsLib
PORTVERSION= 0.84
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:L}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library of perl modules for managing Network News services
BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article \
${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::NNTP::Auth.3 \
Net::NNTP::Client.3 \
Net::NNTP::Functions.3 \
Net::NNTP::Proxy.3 \
News::Article::Cancel.3 \
News::Article::Clean.3 \
News::Article::Ref.3 \
News::Article::Response.3 \
News::NNTPAuth.3
.include <bsd.port.mk>
|