summaryrefslogtreecommitdiff
path: root/converters/p5-Convert-Morse/Makefile
blob: 1a9ad1696fd18080abfa5d82ca52fa8d4e46ad77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	Convert-Morse
# Date created:				Wed Jan  3 16:37:55 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Convert-Morse
PORTVERSION=	0.05
CATEGORIES=	converters perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Convert
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to convert between ASCII and Morse codes

PERL_CONFIGURE=	5.8.1+

MAN3=		Convert::Morse.3

.include <bsd.port.mk>