17 lines
298 B
Makefile
17 lines
298 B
Makefile
# $OpenBSD: Makefile,v 1.35 2016/03/20 19:57:22 naddy Exp $
|
|
|
|
COMMENT = library to parse Uniform Resource Identifiers
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = URI-1.71
|
|
CATEGORIES = www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
# not ported yet
|
|
#TEST_DEPENDS = misc/p5-Business-ISBN
|
|
|
|
.include <bsd.port.mk>
|