opnsense-ports/math/p5-Math-Vec/Makefile
2022-09-07 22:33:21 +02:00

15 lines
299 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
WWW= https://metacpan.org/release/Math-Vec
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>