freebsd-ports/devel/p5-Class-Singleton/Makefile

23 lines
446 B
Makefile
Raw Normal View History

# 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
2003-02-20 18:07:10 +01:00
COMMENT= Perl module that describes a singular object class
PERL_CONFIGURE= yes
MAN3= Class::Singleton.3
.include <bsd.port.mk>