126a39898a
- add WWW in pkg-descr - bump PORTREVISION
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# New ports collection makefile for: p5-News-Article
|
|
# Date created: January 2, 1998
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= News-Article
|
|
PORTVERSION= 1.27
|
|
PORTREVISION= 1
|
|
CATEGORIES= news perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= News
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Object for handling Usenet articles in mail or news form
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \
|
|
News::FormReply.3
|
|
|
|
.include <bsd.port.mk>
|