freebsd-ports/devel/p5-PCSC-Card/Makefile

31 lines
708 B
Makefile
Raw Normal View History

2003-09-29 04:19:59 +02:00
# New ports collection makefile for: p5-PCSC-Card
# Date created: 12 September 2002
# Whom: Bruce M Simpson
#
# $FreeBSD$
#
PORTNAME= PCSC-Card
PORTVERSION= 1.4.12
2003-09-29 04:19:59 +02:00
CATEGORIES= devel perl5
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
PKGNAMEPREFIX= p5-
DISTNAME= pcsc-perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
2003-09-29 04:19:59 +02:00
COMMENT= Perl bindings for the PC/SC Lite Framework
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
USE_BZIP2= yes
2003-09-29 04:19:59 +02:00
PERL_CONFIGURE= yes
MAKE_ENV= "LOCALBASE=${LOCALBASE}"
2003-09-29 04:19:59 +02:00
MAN3= Chipcard::PCSC::Card.3 Chipcard::PCSC.3
post-patch:
${REINPLACE_CMD} -e "s,-I/usr/local/pcsc/include,${LOCALBASE}/include/PCSC," \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>