2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:44:47 espie Exp $
|
2006-03-31 13:42:19 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= find URIs in arbitrary text
|
2007-01-16 12:52:06 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2006-03-31 13:42:19 -05:00
|
|
|
DISTNAME= URI-Find-0.16
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 1
|
2007-01-16 12:52:06 -05:00
|
|
|
CATEGORIES= www
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2006-03-31 13:42:19 -05:00
|
|
|
|
2007-04-12 14:59:35 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2006-03-31 13:42:19 -05:00
|
|
|
|
|
|
|
# Artistic/GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= www/p5-URI>=1.00
|
2006-03-31 13:42:19 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|