mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
fce378a9a4
PR: ports/102385 Submitted by: Gea-Suan Lin <gslin xx gslin.org>
23 lines
439 B
Makefile
23 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.04
|
|
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>
|