199e590885
Set EPOCH to 0.
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.13 2011/01/06 08:33:38 landry 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|