summaryrefslogtreecommitdiff
path: root/www/p5-RTx-Calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-RTx-Calendar/Makefile')
-rw-r--r--www/p5-RTx-Calendar/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/www/p5-RTx-Calendar/Makefile b/www/p5-RTx-Calendar/Makefile
index 253ced86581b..94b224754be1 100644
--- a/www/p5-RTx-Calendar/Makefile
+++ b/www/p5-RTx-Calendar/Makefile
@@ -1,11 +1,10 @@
PORTNAME= RTx-Calendar
-PORTVERSION= 1.05
-PORTREVISION= 1
+PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Calendar extension module for the RT ticketing system
WWW= https://metacpan.org/release/RTx-Calendar
@@ -21,22 +20,11 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rt:www/rt${RT_VER} \
p5-Date-ICal>0:devel/p5-Date-ICal \
p5-DateTime-Set>0:devel/p5-DateTime-Set
-FLAVORS= rt44 rt50
-FLAVOR?= ${FLAVORS:[1]}
-rt44_PKGNAMEPREFIX= p5-RT44-
-rt44_CONFLICTS_INSTALL= rt50
-rt50_PKGNAMEPREFIX= p5-RT50-
-rt50_CONFLICTS_INSTALL= rt44
-
-.if ${FLAVOR} == rt44
-RT_VER= 44
-.elif ${FLAVOR} == rt50
-RT_VER= 50
-.endif
-
USES= perl5
USE_PERL5= configure
+RT_VER= 50
+
NO_ARCH= yes
PLIST_SUB+= RTHOME=share/rt${RT_VER}