aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sort-Versions/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-26 20:51:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-26 20:51:07 +0000
commit6c6310ee80dff1e2f1fa8656de5636566b8f74c4 (patch)
tree74c0292a4579186fe00626fd6efaaae1ae2e28f9 /devel/p5-Sort-Versions/Makefile
parent807ee90942d8700ad207c3de8a96517d33440a72 (diff)
Notes
Diffstat (limited to 'devel/p5-Sort-Versions/Makefile')
-rw-r--r--devel/p5-Sort-Versions/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/p5-Sort-Versions/Makefile b/devel/p5-Sort-Versions/Makefile
index 8c208db55248..7e78a2bb9121 100644
--- a/devel/p5-Sort-Versions/Makefile
+++ b/devel/p5-Sort-Versions/Makefile
@@ -6,21 +6,17 @@
#
PORTNAME= Sort-Versions
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort
PKGNAMEPREFIX= p5-
-DISTNAME= SortVersions-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tobez@FreeBSD.org
-USE_PERL5= YES
+PERL_CONFIGURE= YES
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Sort::Versions.3
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
-
.include <bsd.port.mk>