blob: 958ce6cb182c0d62a4817a75bf4b8cadaf43693e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: tobez
# $FreeBSD$
PORTNAME= Bit-Vector-Minimal
PORTVERSION= 1.3
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object-oriented wrapper around Perl's vec()
USES= perl5
USE_PERL5= configure
MAN3= Bit::Vector::Minimal.3
.include <bsd.port.mk>
|