508e6279c2
From Darrin Chandler
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.8 2007/09/16 01:40:27 merdely Exp $
|
|
|
|
COMMENT= module to encode and decode objects
|
|
|
|
DISTNAME= Convert-BER-1.3101
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
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>
|