1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/p5-Devel-DProf/Makefile

25 lines
496 B
Makefile
Raw Normal View History

1997-06-16 02:45:08 +00:00
# New ports collection makefile for: p5-Devel-DProf
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1997-06-16 02:45:08 +00:00
#
2000-04-11 21:30:15 +00:00
PORTNAME= DProf
PORTVERSION= 19990108
1997-06-16 02:45:08 +00:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
2000-04-11 21:30:15 +00:00
PKGNAMEPREFIX= p5-Devel-
1997-06-16 02:45:08 +00:00
MAINTAINER= ports@FreeBSD.org
1997-06-16 02:45:08 +00:00
PERL_CONFIGURE= yes
1997-06-16 02:45:08 +00:00
MAN1PREFIX= ${PREFIX}
MAN1= dprofpp.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
1997-06-16 02:45:08 +00:00
MAN3= Devel::DProf.3
1999-02-20 10:44:22 +00:00
.include <bsd.port.mk>