20 lines
383 B
Makefile
20 lines
383 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/11 13:40:20 sthen Exp $
|
||
|
|
||
|
COMMENT = encoding and decoding of base32 (RFC4648) strings
|
||
|
|
||
|
DISTNAME = Convert-Base32-0.05
|
||
|
|
||
|
CATEGORIES = converters
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM = Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
REGRESS_DEPENDS = devel/p5-Test-Exception
|
||
|
|
||
|
.include <bsd.port.mk>
|