Skip to content

Commit

Permalink
get rid of duplicated ports and update perl ports to use MODULES=cpan
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored and afresh1 committed Jan 30, 2012
1 parent 7cc86a5 commit a09fd00
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions converters/p5-Convert-Bencode/Makefile
@@ -1,21 +1,18 @@
# $OpenBSD$ # $OpenBSD$
# $RedRiver$ # $RedRiver: Makefile,v 1.2 2005/08/25 01:34:30 andrew Exp $


COMMENT= "Functions for converting to/from bencoded strings" COMMENT= "Functions for converting to/from bencoded strings"


DISTNAME= Convert-Bencode-1.03 DISTNAME= Convert-Bencode-1.03
PKGNAME= p5-${DISTNAME} CATEGORIES= converters
CATEGORIES= converters perl5


MAINTAINER= Andrew Fresh <andrew@mad-techies.org> MAINTAINER= Andrew Fresh <andrew@mad-techies.org>


MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}

PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes


CONFIGURE_STYLE= perl MODULES= cpan


.include <bsd.port.mk> .include <bsd.port.mk>

0 comments on commit a09fd00

Please sign in to comment.