openbsd-ports/archivers/p5-Archive-Tar/Makefile
kevlo ca1275f901 - upgrade to version 1.03
- take over maintainership

Ok'd by maintainer
2003-07-16 08:42:46 +00:00

25 lines
546 B
Makefile

# $OpenBSD: Makefile,v 1.7 2003/07/16 08:42:46 kevlo Exp $
COMMENT= "perl interface to tar archives"
VERSION= 1.03
DISTNAME= Archive-Tar-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-IO-Zlib->=1.01:archivers/p5-IO-Zlib
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>