Index: head/textproc/yali/Makefile =================================================================== --- head/textproc/yali/Makefile (revision 474942) +++ head/textproc/yali/Makefile (revision 474943) @@ -1,35 +1,38 @@ # Created by: Tom Sparks # $FreeBSD$ PORTNAME= yali PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://mirror.appliedops.net/distfiles/ \ http://1.618034.com/blog_data/files/ DISTNAME= yali.v1.1.pl.txt EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= tsparks@appliedops.net COMMENT= YALI: Yet Another LOLCODE Interpreter +LICENSE= BSD + RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent USES= perl5 dos2unix shebangfix USE_PERL5= run SHEBANG_FILES= ${DISTFILES} NO_BUILD= yes +NO_ARCH= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/yali post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/bin/yali .include Index: head/textproc/yali/pkg-descr =================================================================== --- head/textproc/yali/pkg-descr (revision 474942) +++ head/textproc/yali/pkg-descr (revision 474943) @@ -1,3 +1,3 @@ This is YALI, its a LOLCODE interpreter, written in perl. -WWW: http://1.618034.com/yali-yet-another-lolcode-interpreter/index.php +WWW: https://1.618034.com/yali-yet-another-lolcode-interpreter/index.php