1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/p5-HTML-QRCode/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
451 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= HTML-QRCode
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate HTML based QR Code
BUILD_DEPENDS= p5-Text-QRCode>0:textproc/p5-Text-QRCode
RUN_DEPENDS:= ${BUILD_DEPENDS}
LIB_DEPENDS= libqrencode.so:graphics/libqrencode
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>