16 lines
273 B
Makefile
16 lines
273 B
Makefile
|
COMMENT = module to extract data from Macintosh BinHex files
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = Convert-BinHex-1.125
|
||
|
CATEGORIES = converters
|
||
|
REVISION = 0
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-Most \
|
||
|
devel/p5-File-Slurp
|
||
|
|
||
|
.include <bsd.port.mk>
|