27d4631c8b
- Update pkg-descr - Pass maintainership to submitter PR: ports/190219 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Multimethods
|
|
PORTVERSION= 1.70
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Support multimethods and function overloading in Perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|