23 lines
352 B
Makefile
23 lines
352 B
Makefile
# $OpenBSD: Makefile,v 1.40 2020/07/03 21:46:06 sthen Exp $
|
|
|
|
COMMENT = library to parse Uniform Resource Identifiers
|
|
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = URI-1.76
|
|
REVISION = 0
|
|
|
|
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>
|