aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-UU/Makefile
blob: f83e176d02279f0f71bf051537d26cfd2ef07aee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: James FitzGibbon <jfitz@FreeBSD.org>

PORTNAME=	Convert-UU
PORTVERSION=	0.52.01
PORTREVISION=	1
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Perl5 module for uuencode and uudecode

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>