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

27 lines
542 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2010/12/03 11:45:37 ajacoutot Exp $
COMMENT= text utilities for use with GD drawing package
VERSION= 0.86
DISTNAME= GDTextUtil-${VERSION}
2010-11-17 03:05:12 -05:00
PKGNAME= p5-GD-TextUtil-${VERSION}
REVISION= 1
2006-12-06 12:55:52 -05:00
CATEGORIES= graphics
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= graphics/p5-GD
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-12-06 12:55:52 -05:00
MODULES= cpan
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>