23 lines
465 B
Makefile
23 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 20:09:42 simon Exp $
|
|
|
|
COMMENT= create barcode image with GD
|
|
|
|
DISTNAME= GD-Barcode-1.15
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
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>
|