17 lines
296 B
Makefile
17 lines
296 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/19 09:12:33 grunk Exp $
|
||
|
|
||
|
COMMENT= Base32 encoder/decoder
|
||
|
|
||
|
DISTNAME= MIME-Base32-1.01
|
||
|
CATEGORIES= mail
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= cpan
|
||
|
|
||
|
.include <bsd.port.mk>
|