openbsd-ports/www/p5-HTTP-GHTTP/Makefile
jasper 30765ffc84 - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 14:07:43 +00:00

21 lines
387 B
Makefile

# $OpenBSD: Makefile,v 1.14 2008/10/28 14:09:16 jasper Exp $
SHARED_ONLY= Yes
COMMENT= perl interface to the GNOME GHTTP library
MODULES= cpan
DISTNAME= HTTP-GHTTP-1.07
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= www
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= ghttp.>=1::www/libghttp
.include <bsd.port.mk>