20 lines
355 B
Makefile
20 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:48:08 espie Exp $
|
|
|
|
COMMENT = check Uniform Resource Identifiers
|
|
|
|
DISTNAME = Test-URI-1.08
|
|
CATEGORIES = devel
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = ::www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|