freebsd-ports/textproc/p5-texcount/Makefile
Andrej Zverev ac049e474e - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 14:35:48 +00:00

27 lines
485 B
Makefile

# Created by: Hakisho Nukama <Nukama@gmail.com>
# $FreeBSD$
PORTNAME= texcount
PORTVERSION= 2.3
CATEGORIES= textproc perl5
MASTER_SITES= TEX_CTAN/support
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}
MAINTAINER= nukama+maintainer@gmail.com
COMMENT= Perl module for LaTeX statistics
#LICENSE= LPPL13c
NO_BUILD= yes
USE_ZIP= YES
USES= perl5
USE_PERL5= run
PLIST_FILES+= bin/texcount
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${PREFIX}/bin/texcount
.include <bsd.port.mk>