freebsd-ports/net/p5-NetPacket/Makefile
Martin Wilke 1fa0098f60 - Update to 1.6.0
- Added LICENSE_FILE
- Changed USE_PERL5 from 'modbuild' to 'configure'
- Added NO_ARCH

Changes by upstream:
- https://metacpan.org/changes/distribution/NetPacket

PR:		229233
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-07-28 12:29:39 +00:00

21 lines
377 B
Makefile

# Created by: Anatoliy Dmytriyev
# $FreeBSD$
PORTNAME= NetPacket
PORTVERSION= 1.6.0
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tolid@tolid.eu.org
COMMENT= Modules to assemble/disassemble network packets at the protocol level
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>