openbsd-ports/graphics/p5-GD/Makefile
naddy 6807d1bedd Don't attempt to build perl ports that load dynamic modules
on architectures that support static linking only.
2004-01-17 15:58:06 +00:00

27 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.17 2004/01/17 15:58:08 naddy Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "module to interface with the GD graphics library"
DISTNAME= GD-1.41
PKGNAME= p5-${DISTNAME}p1
CATEGORIES= graphics perl5
HOMEPAGE= http://stein.cshl.org/WWW/software/GD
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
LIB_DEPENDS= gd.18::graphics/gd
CONFIGURE_STYLE= perl
.include <bsd.port.mk>