diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-03-02 19:19:50 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-03-02 19:19:50 +0000 |
commit | 5b99c19d61a089673d077a4fb0d0d4248b307e69 (patch) | |
tree | d09de49e2053934aeea7785527e9274caec212a9 /devel/p5-Devel-SmallProf | |
parent | 5553641930f4a44845593ac28885d9a9cc45a706 (diff) | |
download | ports-5b99c19d61a089673d077a4fb0d0d4248b307e69.tar.gz ports-5b99c19d61a089673d077a4fb0d0d4248b307e69.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-SmallProf')
-rw-r--r-- | devel/p5-Devel-SmallProf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Devel-SmallProf/Makefile b/devel/p5-Devel-SmallProf/Makefile index e0be1e032ab8..630657d9a863 100644 --- a/devel/p5-Devel-SmallProf/Makefile +++ b/devel/p5-Devel-SmallProf/Makefile @@ -6,13 +6,12 @@ # PORTNAME= Devel-SmallProf -PORTVERSION= 2.00 -PORTREVISION= 03 +PORTVERSION= 2.00.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SALVA PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}_${PORTREVISION} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([0-9]+)$/_\1/} MAINTAINER= skv@FreeBSD.org COMMENT= Per-line Perl profiler |