21 lines
426 B
Makefile
21 lines
426 B
Makefile
# $OpenBSD: Makefile,v 1.8 2003/10/18 19:44:56 sturm Exp $
|
|
|
|
COMMENT= "perl interface to the Gnome GHTTP library"
|
|
|
|
DISTNAME= HTTP-GHTTP-1.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= ghttp.1::www/libghttp
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|