mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
9a39a7be6d
I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@
28 lines
792 B
Makefile
28 lines
792 B
Makefile
# New ports collection makefile for: p5-Convert-ASCII-Armour
|
|
# Date created: 2001/08/26
|
|
# Whom: nork@cityfujisawa.ne.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Convert-ASCII-Armour
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Convert
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert binary octets into ASCII armoured messages
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Convert::ASCII::Armour.3 Convert::ASCII::Armor.3
|
|
|
|
.include <bsd.port.mk>
|