aaa1885833
ok jasper@
19 lines
326 B
Makefile
19 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:45:38 ajacoutot Exp $
|
|
|
|
COMMENT= Base32 encoder/decoder
|
|
|
|
DISTNAME= MIME-Base32-1.01
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|