openbsd-ports/www/p5-HTML-SBC/Makefile
simon 9024b50e18 remove nonexistent dependency that is covered by base perl but existed
until a few minues ago in mystuff/
no bump as it didn't actually packaged

pointed out by naddy@
2008-09-08 14:15:42 +00:00

23 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/09/08 14:15:42 simon Exp $
COMMENT = simple blog code for valid (X)HTML
MODULES = cpan
DISTNAME = HTML-SBC-0.15
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
# actually REGRESS_DEPENDS but Module::Install screws up
BUILD_DEPENDS = ::devel/p5-Test-Exception
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>