30765ffc84
discussed with and agreed by ajacoutot@ some time ago
21 lines
387 B
Makefile
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>
|