mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Vec
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Object-Oriented Vector Math Methods in Perl
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|