blob: 8f00c2d5b45722d32eeb9c07abf05590a8dc5c63 (
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-Algorithm-Interval2Prefix
# Date created: Dec 5 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
PORTNAME= Algorithm-Interval2Prefix
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Generate prefixes from intervals
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes
MAN3= Algorithm::Interval2Prefix.3
.include <bsd.port.mk>
|