22 lines
388 B
Makefile
22 lines
388 B
Makefile
# $OpenBSD: Makefile,v 1.17 2010/10/19 08:02:56 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the GNOME GHTTP library
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-GHTTP-1.07
|
|
REVISION= 2
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|