freebsd-ports/devel/p5-Class-MixinFactory/Makefile
Sunpoet Po-Chuan Hsieh 371e9fc7b8 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

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

19 lines
349 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-MixinFactory
PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Class Factory with Selection of Mixins
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>