freebsd-ports/devel/p5-Algorithm-Interval2Prefix/Makefile

22 lines
473 B
Makefile
Raw Normal View History

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Generate prefixes from intervals
PERL_CONFIGURE= yes
MAN3= Algorithm::Interval2Prefix.3
.include <bsd.port.mk>