mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
f61aa69467
he has had one or more maintainer-timeouts on in the past 12 months.
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: Class-Inspector
|
|
# Date created: 10 December 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Inspector
|
|
PORTVERSION= 1.24
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provides information about classes
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Inspector.3 Class::Inspector::Functions.3
|
|
|
|
.include <bsd.port.mk>
|