openbsd-ports/www/p5-XML-Atom-SimpleFeed/Makefile

23 lines
465 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2011/01/17 11:57:10 benoit Exp $
COMMENT = no-fuss generation of Atom syndication feeds
MODULES = cpan
DISTNAME = XML-Atom-SimpleFeed-0.86
CATEGORIES = www textproc
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS = devel/p5-Carp-Clan
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>