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

23 lines
451 B
Makefile
Raw Normal View History

2010-07-13 15:46:10 -04:00
# $OpenBSD: Makefile,v 1.7 2010/07/13 19:46:13 sthen Exp $
COMMENT= create barcode image with GD
DISTNAME= GD-Barcode-1.15
2010-07-13 15:46:10 -04:00
REVISION= 0
CATEGORIES= graphics
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-GD->=1.18:graphics/p5-GD
BUILD_DEPENDS= ${RUN_DEPENDS}
MODULES= cpan
.include <bsd.port.mk>