1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/p5-Net-Libdnet/Makefile
Andrew Pantyukhin 4b2b04e1fb - Require perl from ports
Reported by:	pointyhat via kris
2006-09-01 08:27:21 +00:00

29 lines
538 B
Makefile

# New ports collection makefile for: p5-Net-Libdnet
# Date created: 21 August 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Libdnet
PORTVERSION= 0.01
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Libdnet interface
LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet
PERL_CONFIGURE= yes
MAN3= ${PORTNAME:S/-/::/g}.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl from ports
.endif
.include <bsd.port.post.mk>