24 lines
469 B
Makefile
24 lines
469 B
Makefile
|
# New ports collection makefile for: p5-LaTeX-ToUnicode
|
||
|
# Date created: March 16, 2011
|
||
|
# Whom: Wen Heping <wenheping@gmail.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= LaTeX-ToUnicode
|
||
|
PORTVERSION= 0.03
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= CPAN:GERHARD
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= wen@FreeBSD.org
|
||
|
COMMENT= Convert LaTeX commands to Unicode
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= LaTeX::ToUnicode::Tables.3 \
|
||
|
LaTeX::ToUnicode.3
|
||
|
|
||
|
.include <bsd.port.mk>
|