diff options
Diffstat (limited to 'textproc/p5-TeX-Hyphen/Makefile')
-rw-r--r-- | textproc/p5-TeX-Hyphen/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/p5-TeX-Hyphen/Makefile b/textproc/p5-TeX-Hyphen/Makefile new file mode 100644 index 000000000000..fd99c9dd524f --- /dev/null +++ b/textproc/p5-TeX-Hyphen/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-TeX-Hyphen +# Date created: Oct 22, 2002 +# Whom: kuriyama@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= TeX-Hyphen +PORTVERSION= 0.140 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= TeX +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org + +PERL_CONFIGURE= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= TeX::Hyphen.3 TeX::Hyphen::czech.3 TeX::Hyphen::german.3 + +.include <bsd.port.mk> |