22 lines
338 B
Makefile
22 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.39 2019/07/12 20:50:58 sthen Exp $
|
|
|
|
COMMENT = library to parse Uniform Resource Identifiers
|
|
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = URI-1.76
|
|
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Needs
|
|
|
|
# not ported yet
|
|
#TEST_DEPENDS += misc/p5-Business-ISBN
|
|
|
|
.include <bsd.port.mk>
|