1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/p5-Crypt-DH-GMP/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

29 lines
600 B
Makefile

# Created by: andrey@kostenko.name
# $FreeBSD$
PORTNAME= Crypt-DH-GMP
PORTVERSION= 0.00012
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Crypt::DH Using GMP Directly
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0.40:devel/p5-Devel-CheckLib
LIB_DEPENDS= libgmp.so:math/gmp
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
post-patch:
${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>