openbsd-ports/graphics/p5-GD-Barcode/Makefile
2010-07-13 19:46:10 +00:00

23 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/07/13 19:46:13 sthen Exp $
COMMENT= create barcode image with GD
DISTNAME= GD-Barcode-1.15
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>