freebsd-ports/news/p5-News-Newsrc/Makefile

28 lines
554 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-News-Newsrc
# Date created: February 7, 1998
# Whom: Don Croyle <croyle@gelemna.org>
#
1999-08-30 16:33:04 +02:00
# $FreeBSD$
#
PORTNAME= News-Newsrc
2008-01-04 14:34:59 +01:00
PORTVERSION= 1.09
CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Manage newsrc files
BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= News::Newsrc.3
pre-patch:
@${PERL} -pi -e '$$_ = "" if /^use 5.6/' ${WRKSRC}/Newsrc.pm
.include <bsd.port.mk>