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

21 lines
381 B
Makefile
Raw Normal View History

2013-03-11 07:10:51 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:10:54 espie Exp $
COMMENT= create barcode image with GD
DISTNAME= GD-Barcode-1.15
REVISION= 1
CATEGORIES= graphics
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
2010-11-17 03:05:12 -05:00
RUN_DEPENDS= graphics/p5-GD>=1.18
BUILD_DEPENDS= ${RUN_DEPENDS}
MODULES= cpan
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>