15 lines
290 B
Makefile
15 lines
290 B
Makefile
# $OpenBSD: Makefile,v 1.9 2016/01/01 18:59:55 jasper Exp $
|
|
|
|
COMMENT = no-fuss generation of Atom syndication feeds
|
|
|
|
MODULES = cpan
|
|
DISTNAME = XML-Atom-SimpleFeed-0.900
|
|
CATEGORIES = www textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Carp-Clan
|
|
|
|
.include <bsd.port.mk>
|