6950bbfd5b
in the last commit.
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# New ports collection makefile for: Class-Singleton
|
|
# Date created: Sun Jan 14 00:56:46 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Singleton
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module that describes a singular object class
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Singleton.3
|
|
|
|
.include <bsd.port.mk>
|