1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/p5-Class-Factory/Makefile
Martin Wilke 1f97b22614 - Update to 1.06
PR:		120648
Submitted by:	lippe
Approved by:	maintainer timeout
2008-05-31 19:39:50 +00:00

25 lines
540 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.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Base class for dynamic factory classes
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Class::Factory.3
.include <bsd.port.mk>