21 lines
430 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:53 ajacoutot Exp $
COMMENT = fetch and parse the directory index from a web server
DISTNAME = WWW-IndexParser-0.91
REVISION = 0
CATEGORIES = www
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
2010-11-22 08:36:47 +00:00
RUN_DEPENDS = www/p5-libwww
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-11-22 08:36:47 +00:00
USE_GROFF = Yes
.include <bsd.port.mk>