blob: 3fb909f1a48a5db979c9341d9526a0af15158e8d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: p5-Imager-QRCode
# Date created: 2007/02/28
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Imager-QRCode
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Imager
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Generate QR Code with Imager using libqrencode
BUILD_DEPENDS= p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
libqrencode>=0:${PORTSDIR}/graphics/libqrencode
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= Does not build
PERL_CONFIGURE= yes
MAN3= Imager::QRCode.3
.include <bsd.port.mk>
|