2cfe16b8a2
- Pass maintainership to submitter - While I'm here: - Fix *_DEPENDS: Test::More 0.62+ is already in all support Perl releases - Bump PORTREVISION for dependency change PR: ports/190221 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Factory
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Base class for dynamic factory classes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|