mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8dc77b0582
- Remove non existent directories from plist
18 lines
377 B
Makefile
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>
|