22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/10/18 21:25:08 espie Exp $
|
|
|
|
COMMENT= module for managing newsrc files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= News-Newsrc-1.09
|
|
CATEGORIES= news
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::math/p5-Set-IntSpan
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|