20 lines
385 B
Makefile
20 lines
385 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Class::Std::Utils.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|