1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/math/p5-Math-Round-Var/Makefile
Sunpoet Po-Chuan Hsieh e7bf498df5 - Add LICENSE
- Pet portlint
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/189299
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:42:09 +00:00

21 lines
366 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Round-Var
PORTVERSION= 1.0.0
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= 5u623l20@gmail.com
COMMENT= Variations on rounding
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>