1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/dns/p5-Net-LibIDN/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
563 B
Makefile

# Created by: Dominik Brettnacher <domi@saargate.de>
# $FreeBSD$
PORTNAME= Net-LibIDN
PORTVERSION= 0.12
PORTREVISION= 4
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= This module provides access to the libidn library
LICENSE= ART10
LIB_DEPENDS= libidn.so:dns/libidn
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= --with-libidn=${LOCALBASE}/lib \
--with-libidn-inc=${LOCALBASE}/include
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/LibIDN/LibIDN.so
.include <bsd.port.mk>