openbsd-ports/graphics/p5-GD-Barcode/Makefile
2004-06-26 07:35:05 +00:00

24 lines
491 B
Makefile

# $OpenBSD: Makefile,v 1.2 2004/06/26 07:35:07 xsa Exp $
COMMENT= "create barcode image with GD"
DISTNAME= GD-Barcode-1.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
RUN_DEPENDS= :p5-GD->=1.18:graphics/p5-GD
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=perl
.include <bsd.port.mk>