openbsd-ports/graphics/p5-GD-TextUtil/Makefile

22 lines
487 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2002/07/10 20:48:14 avsm Exp $
COMMENT= "text utilities for use with GD drawing package"
DISTNAME= GDTextUtil-0.80
PKGNAME= p5-GD-TextUtil-0.80
CATEGORIES= graphics perl5
NEED_VERSION= 1.496
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
BUILD_DEPENDS= :p5-GD-*:graphics/p5-GD
RUN_DEPENDS= ${BUILD_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>