053cfd9b8a
descriptions and en/decode perl data structures. Thanks to Bernd Ernesti for doing the packaging work.
16 lines
359 B
Makefile
16 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2000/06/09 14:14:49 kleink Exp $
|
|
#
|
|
|
|
DISTNAME= Convert-ASN1-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
USE_PERL5= YES
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|