15 lines
217 B
Makefile
15 lines
217 B
Makefile
COMMENT= Base32 encoder/decoder
|
|
|
|
DISTNAME = MIME-Base32-1.303
|
|
CATEGORIES= mail
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
|
|
|
|
.include <bsd.port.mk>
|