22 lines
443 B
Makefile
22 lines
443 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/19 17:01:19 mickey Exp $
|
|
|
|
DISTNAME= GD-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
NEED_VERSION= 1.330
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= GD
|
|
|
|
MAINTAINER= ports@OpenBSD.org
|
|
|
|
LIB_DEPENDS= gd.18:${PORTSDIR}/graphics/gd
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|