freebsd-ports/devel/p5-Set-Infinite/Makefile

26 lines
576 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Set-Infinite
# Date created: 26 june 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= Set-Infinite
2003-11-21 13:56:52 +01:00
PORTVERSION= 0.55
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Set
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= Set::Infinite - Sets of intervals
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
2003-09-25 17:49:49 +02:00
MAN3= Set::Infinite.3 Set::Infinite::Basic.3
.include <bsd.port.mk>