17 lines
297 B
Makefile
17 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 01:30:27 espie Exp $
|
|
|
|
COMMENT= module to encode and decode objects
|
|
|
|
DISTNAME= Convert-BER-1.32
|
|
EPOCH= 0
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|