1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/dns/p5-Net-LibIDN/Makefile
Sunpoet Po-Chuan Hsieh 2b9c512941 - Add LICENSE
- Convert to new LIB_DEPENDS format
- Fix CONFIGURE_ARGS
2013-11-21 20:48:03 +00:00

24 lines
483 B
Makefile

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