freebsd-ports/net/p5-Net-CIDR-Lite/Makefile
Dmitry Marakasov f39f2b57fe - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-08-23 09:08:09 +00:00

22 lines
376 B
Makefile

# Created by: mharo@FreeBSD.org
# $FreeBSD$
PORTNAME= Net-CIDR-Lite
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>