freebsd-ports/devel/p5-Class-Inspector/Makefile
Sunpoet Po-Chuan Hsieh 028901e4bf Update to 1.36
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Class-Inspector
2019-07-21 20:46:57 +00:00

22 lines
390 B
Makefile

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