freebsd-ports/devel/p5-Class-Singleton/Makefile
2003-10-24 14:15:32 +00:00

22 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>