blob: b9b145bf7b7d0bab32aad1a2a1c94dac88d9423a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Class-StrongSingleton
# Date created: 22 February 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-StrongSingleton
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= A stronger and more secure Singleton base class
PERL_CONFIGURE= yes
MAN3= Class::StrongSingleton.3
.include <bsd.port.mk>
|