2454826c94
- Pass maintainership to submitter PR: ports/189250 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
500 B
Makefile
22 lines
500 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Packet-Target
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= net perl5 devel
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Target object for all Net-Packet related stuff
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \
|
|
p5-Net-Packet>=3.00:${PORTSDIR}/net/p5-Net-Packet
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|