mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Std
|
|
DISTVERSION= 0.011
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
|
COMMENT= Support for creating standard "inside-out" classes
|
|
|
|
BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Class::Std.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|