freebsd-ports/graphics/p5-GD-Barcode/Makefile
2021-04-06 16:31:07 +02:00

22 lines
388 B
Makefile

# Created by: vanilla
PORTNAME= GD-Barcode
PORTVERSION= 1.15
PORTREVISION= 6
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Create barcode image with GD in Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-GD>=0:graphics/p5-GD
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>