freebsd-ports/devel/p5-Class-Factory/Makefile
Sergey Skvortsov 7680a793d9 Updated to 1.03
2004-10-17 15:33:08 +00:00

22 lines
439 B
Makefile

# New ports collection makefile for: Class-Accessor
# Date created: 6 Mar 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Class-Factory
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Base class for dynamic factory classes
PERL_CONFIGURE= yes
MAN3= Class::Factory.3
.include <bsd.port.mk>