cba46e5239
varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor. WWW: http://search.cpan.org/dist/Data-Miscellany/ PR: ports/152628 Submitted by: Gea-Suan Lin <gslin at gslin.org>
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# New ports collection makefile for: p5-Data-Miscellany
|
|
# Date created: 2010-11-28
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Miscellany
|
|
PORTVERSION= 1.100850
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Collection of miscellaneous subroutines
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5_RUN= 5.8.1+
|
|
|
|
MAN3= Data::Miscellany.3
|
|
|
|
.include <bsd.port.mk>
|