freebsd-ports/devel/p5-Class-Singleton/Makefile
Chin-San Huang 59aed210dc - Update to 1.4
- Take maintainership
- Use CPAN macro
2007-10-26 16:54:53 +00:00

21 lines
401 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.4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Perl module that describes a singular object class
PERL_CONFIGURE= yes
MAN3= Class::Singleton.3
.include <bsd.port.mk>