blob: 3ced28ac51c26169b5a094e213a731f0a41ae355 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Net-Subnets
# Date created: 2006-11-29
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Net-Subnets
PORTVERSION= 1.02
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KRAIH
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Computing subnets in large scale networks
PERL_CONFIGURE= yes
MAN3= Net::Subnets.3
.include <bsd.port.mk>
|