[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / converters / p5-MIME-Base64

File: [cvs.NetBSD.org] / pkgsrc / converters / p5-MIME-Base64 / Attic / Makefile (download)

Revision 1.7, Thu Aug 20 15:16:43 1998 UTC (25 years, 8 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.6: +2 -1 lines

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:43 tsarna Exp $
# FreeBSD Id: Makefile,v 1.3 1997/08/04 22:47:16 ache Exp
#

DISTNAME=       MIME-Base64-2.05
PKGNAME=        p5-MIME-Base64-2.05
CATEGORIES=	converters perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=     MIME

MAINTAINER=	hubertf@netbsd.org
HOMEPAGE=	http://theory.uwinnipeg.ca/CPAN/data/MIME-Base64/Base64.html

USE_PERL5=	yes

do-configure:
		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include "../../mk/bsd.pkg.mk"