29 lines
598 B
Makefile
29 lines
598 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/11/08 12:50:23 jasper Exp $
|
|
|
|
COMMENT= interface to URL shortening sites
|
|
|
|
DISTNAME= WWW-Shorten-3.02
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Config-Auto \
|
|
www/p5-libwww
|
|
|
|
# Resolve conflict with audio/shorten
|
|
post-install:
|
|
mv ${PREFIX}/bin/shorten ${PREFIX}/bin/shorten.pl
|
|
mv ${PREFIX}/man/man1/shorten.1 ${PREFIX}/man/man1/shorten.pl.1
|
|
|
|
.include <bsd.port.mk>
|