22 lines
410 B
Makefile
22 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:37 espie Exp $
|
|
|
|
COMMENT= interface to oEmbed
|
|
|
|
DISTNAME= Services_oEmbed-0.1.0
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/pear-Validate \
|
|
net/pear-Net-URL2 \
|
|
net/pear-HTTP-Request
|
|
|
|
.include <bsd.port.mk>
|