freebsd-ports/devel/p5-Devel-DProfPP/Makefile
Sunpoet Po-Chuan Hsieh 122ca784f7 Add LICENSE
- Sort PLIST
- Update WWW
2018-06-04 18:03:31 +00:00

20 lines
345 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Devel-DProfPP
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse Devel::DProf output
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>