diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 16:00:37 +0000 |
commit | 751d7ffb60d7fe3daa7ca5df96ea61e109c68855 (patch) | |
tree | 12e888e4acd1e605acc99e04aea5699920ca225c /devel | |
parent | fe68347fe871931c3acfb4fba39feb881a69e4f6 (diff) | |
download | ports-751d7ffb60d7fe3daa7ca5df96ea61e109c68855.tar.gz ports-751d7ffb60d7fe3daa7ca5df96ea61e109c68855.zip |
- Use real PORTVERSION
Notes
Notes:
svn path=/head/; revision=374281
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Function-Parameters/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Function-Parameters/Makefile b/devel/p5-Function-Parameters/Makefile index 42c801dbd475..7d79644d2885 100644 --- a/devel/p5-Function-Parameters/Makefile +++ b/devel/p5-Function-Parameters/Makefile @@ -2,13 +2,11 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 1.04.01 -PORTREVISION= 1 +PORTVERSION= 1.0401 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Subroutine definitions with parameter lists |