freebsd-ports/devel/p5-Class-Multimethods/Makefile
Sunpoet Po-Chuan Hsieh 27d4631c8b - Add LICENSE
- Update pkg-descr
- Pass maintainership to submitter

PR:		ports/190219
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:32:52 +00:00

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>