freebsd-ports/devel/p5-Devel-DProf/Makefile

25 lines
496 B
Makefile
Raw Normal View History

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