freebsd-ports/math/p5-Math-Vec/Makefile
2021-10-04 21:58:01 +02:00

14 lines
255 B
Makefile

PORTNAME= Math-Vec
PORTVERSION= 1.01
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object-Oriented Vector Math Methods in Perl
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>