freebsd-ports/devel/p5-Class-Inspector/Makefile
2017-08-09 19:35:45 +00:00

21 lines
385 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Class-Inspector
PORTVERSION= 1.32
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides information about classes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>