diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-08-05 15:22:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-08-05 15:22:16 +0000 |
commit | aa32619c55ee88a6d0570762d1873bbd334c0e49 (patch) | |
tree | c5032417dc0d907384ef52b6687f6b34c9f783b5 /www/MT/Makefile | |
parent | Add a local MASTER_SITE, note conflict with textproc/glimpse, and adopt (diff) |
Update to 3.3
- Changes: http://www.sixapart.com/movabletype/docs/3.3/
- Add dependency on p5-Crypt-DSA
- Mark ignore for perl < 5.6
Notes
Notes:
svn path=/head/; revision=169757
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r-- | www/MT/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 95e965406e21..75e100d0c4db 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -6,9 +6,9 @@ # PORTNAME= MT -PORTVERSION= 3.2 -PORTREVISION= 1 +PORTVERSION= 3.3 CATEGORIES= www +DISTNAME= MT-${PORTVERSION}1-en_US MAINTAINER= arved@FreeBSD.org COMMENT= A web-based personal publishing system for weblogs @@ -20,10 +20,11 @@ RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ .if !defined(WITHOUT_OPTIONAL_MODULES) RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick + ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ + ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA .endif -WRKSRC= ${WRKDIR}/MT-${PORTVERSION}-en_US +WRKSRC= ${WRKDIR}/MT-${PORTVERSION}1 DATADIR= www/data CGIDIR= www/cgi-bin/mt @@ -51,6 +52,10 @@ RESTRICTED= License does not permit distribution .include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or above +.endif + .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= \ : Because of licensing restrictions, you must fetch the source distribution\ |