openbsd-ports/net/p5-Net-Google/Makefile
2014-10-22 13:44:44 +00:00

24 lines
429 B
Makefile

# $OpenBSD: Makefile,v 1.6 2014/10/22 13:44:44 jasper Exp $
COMMENT= simple OOP-ish interface to the Google SOAP API
MODULES= cpan
DISTNAME= Net-Google-1.0.1
REVISION= 1
CATEGORIES= net
USE_GROFF = Yes
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= www/p5-SOAP-Lite
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_IS_INTERACTIVE= Yes
.include <bsd.port.mk>