mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
23 lines
460 B
Makefile
23 lines
460 B
Makefile
# Created by: ache@FreeBSD.org
|
|
|
|
PORTNAME= MIME-Base64
|
|
PORTVERSION= 3.16
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MIME/Base64/Base64.so
|
|
|
|
.include <bsd.port.mk>
|