2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/12/03 11:46:46 ajacoutot Exp $
|
2001-01-24 03:24:02 -05:00
|
|
|
|
2007-09-15 17:41:50 -04:00
|
|
|
COMMENT= module for managing newsrc files
|
2001-04-08 05:48:56 -04:00
|
|
|
|
2007-01-13 07:15:21 -05:00
|
|
|
MODULES= cpan
|
2008-01-09 11:06:06 -05:00
|
|
|
DISTNAME= News-Newsrc-1.09
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2007-01-13 07:15:21 -05:00
|
|
|
CATEGORIES= news
|
2010-10-18 17:25:07 -04:00
|
|
|
USE_GROFF = Yes
|
2001-01-24 03:24:02 -05:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2007-01-13 07:15:21 -05:00
|
|
|
# Perl
|
2001-01-24 03:24:02 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-20 04:48:38 -05:00
|
|
|
RUN_DEPENDS= math/p5-Set-IntSpan
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-01-24 03:24:02 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|