20 lines
381 B
Makefile
20 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:44:47 espie Exp $
|
|
|
|
COMMENT = no-fuss generation of Atom syndication feeds
|
|
|
|
MODULES = cpan
|
|
DISTNAME = XML-Atom-SimpleFeed-0.86
|
|
CATEGORIES = www textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Carp-Clan
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|