freebsd-ports/converters/p5-MIME-Base64/Makefile

20 lines
346 B
Makefile
Raw Normal View History

# Created by: ache@FreeBSD.org
1999-08-25 07:28:01 +02:00
# $FreeBSD$
1997-06-21 14:00:27 +02:00
PORTNAME= MIME-Base64
2015-01-13 13:45:46 +01:00
PORTVERSION= 3.15
1997-06-21 14:00:27 +02:00
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
1997-06-21 14:00:27 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
1997-12-21 22:51:57 +01:00
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
1997-06-21 14:00:27 +02:00
.include <bsd.port.mk>