pkgsrc-wip/p5-Set-Infinite/Makefile

17 lines
473 B
Makefile
Raw Normal View History

2004-05-03 00:02:00 +02:00
# $NetBSD: Makefile,v 1.2 2004/05/02 22:05:34 blef Exp $
DISTNAME= Set-Infinite-0.49
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
MAINTAINER= cube@cubidou.net
HOMEPAGE= http://search.cpan.org/dist/Set-Infinite/
COMMENT= Perl module for sets of integers and objects
2004-05-03 00:02:00 +02:00
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Set/Infinite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"