38499cc4f9
- trim Makefile header Approved by: portmgr (bapt@, blanket)
21 lines
432 B
Makefile
21 lines
432 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
|
|
|
|
.include <bsd.port.mk>
|