Prune www/mod_log_mysql
[dports.git] / devel / p5-Class-Factory / Makefile
1 # Created by: Sergey Skvortsov <skv@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Class-Factory
5 PORTVERSION=    1.06
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     5u623l20@gmail.com
12 COMMENT=        Base class for dynamic factory classes
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>