23 lines
466 B
Makefile
23 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/19 08:02:57 espie Exp $
|
|
|
|
COMMENT = no-fuss generation of Atom syndication feeds
|
|
|
|
MODULES = cpan
|
|
DISTNAME = XML-Atom-SimpleFeed-0.82
|
|
CATEGORIES = www textproc
|
|
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
|
|
|
|
RUN_DEPENDS = ::devel/p5-Carp-Clan
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
.include <bsd.port.mk>
|