1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net-mgmt/p5-Net-IPAddress/Makefile
Antoine Brodin 8dc77b0582 - Stage support
- Remove non existent directories from plist
2014-01-24 23:14:40 +00:00

18 lines
377 B
Makefile

# Created by: Alexandre Biancalana <ale@biancalanas.net>
# $FreeBSD$
PORTNAME= Net-IPAddress
PORTVERSION= 1.10
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SARENNER
PKGNAMEPREFIX= p5-
MAINTAINER= ale@biancalanas.net
COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>