21 lines
360 B
Makefile
21 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.3 2019/07/12 21:15:34 sthen Exp $
|
|
|
|
COMMENT = parse directory listing
|
|
|
|
DISTNAME = File-Listing-6.04
|
|
CPAN_AUTHOR = GAAS
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = www/p5-HTTP-Date>=6.00
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|