freebsd-ports/net/p5-Net-Packet-Target/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

23 lines
490 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-Packet-Target
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= net perl5 devel
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Target object for all Net-Packet related stuff
LICENSE= ART10
BUILD_DEPENDS= p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \
p5-Net-Packet>=3.00:net/p5-Net-Packet
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>