23 lines
441 B
Makefile
23 lines
441 B
Makefile
|
# New ports collection makefile for: p5-Class-Std-Utils
|
||
|
# Date created: 2010-10-15
|
||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Class-Std-Utils
|
||
|
DISTVERSION= v0.0.3
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= Class
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= gslin@gslin.org
|
||
|
COMMENT= Utility subroutines for building "inside-out" objects
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Class::Std::Utils.3
|
||
|
|
||
|
.include <bsd.port.mk>
|