1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/math/p5-Math-Vec/Makefile

16 lines
256 B
Makefile
Raw Normal View History

# $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>