openbsd-ports/graphics/p5-GD/Makefile

25 lines
537 B
Makefile
Raw Normal View History

2002-11-30 12:17:35 -05:00
# $OpenBSD: Makefile,v 1.16 2002/11/30 17:17:35 couderc Exp $
COMMENT= "module to interface with the GD graphics library"
2000-09-19 13:01:19 -04:00
DISTNAME= GD-1.41
PKGNAME= p5-${DISTNAME}p1
2000-09-19 13:01:19 -04:00
CATEGORIES= graphics perl5
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
2000-09-19 13:01:19 -04:00
# Artistic License
2000-09-19 13:01:19 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
2000-09-19 14:12:16 -04:00
LIB_DEPENDS= gd.18::graphics/gd
2000-09-19 14:12:16 -04:00
CONFIGURE_STYLE= perl
2000-09-19 13:01:19 -04:00
.include <bsd.port.mk>